Class ImageViewListener.Adapter

  • All Implemented Interfaces:
    ImageViewListener
    Enclosing interface:
    ImageViewListener

    @Deprecated
    public static class ImageViewListener.Adapter
    extends java.lang.Object
    implements ImageViewListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Image view listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • imageChanged

        public void imageChanged​(ImageView imageView,
                                 Image previousImage)
        Deprecated.
        Description copied from interface: ImageViewListener
        Called when an image view's image has changed.
        Specified by:
        imageChanged in interface ImageViewListener
        Parameters:
        imageView - The image view whose image has changed.
        previousImage - The previous image associated with this image view.
      • asynchronousChanged

        public void asynchronousChanged​(ImageView imageView)
        Deprecated.
        Description copied from interface: ImageViewListener
        Called when an image view's asynchronous flag has changed.
        Specified by:
        asynchronousChanged in interface ImageViewListener
        Parameters:
        imageView - The image view whose asynchronous flag has changed.