Interface ImageViewListener

    • Method Detail

      • imageChanged

        default void imageChanged​(ImageView imageView,
                                  Image previousImage)
        Called when an image view's image has changed.
        Parameters:
        imageView - The image view whose image has changed.
        previousImage - The previous image associated with this image view.
      • asynchronousChanged

        default void asynchronousChanged​(ImageView imageView)
        Called when an image view's asynchronous flag has changed.
        Parameters:
        imageView - The image view whose asynchronous flag has changed.