Module org.jcommon

Interface JThumbnailListener<T>

    • Method Detail

      • thumbnailFocused

        void thumbnailFocused​(JThumbnail<T> thumbnail)
        The thumbnail has been focused.
        Parameters:
        thumbnail - the thumbnail that is the source of the event.
      • thumbnailUnfocused

        void thumbnailUnfocused​(JThumbnail<T> thumbnail)
        The thumbnail has been unfocused.
        Parameters:
        thumbnail - the thumbnail that is the source of the event.
      • thumbnailSelected

        void thumbnailSelected​(JThumbnail<T> thumbnail)
        The thumbnail has been selected.
        Parameters:
        thumbnail - the thumbnail that is the source of the event.
      • thumbnailActivated

        void thumbnailActivated​(JThumbnail<T> thumbnail)
        The thumbnail has been activated.
        Parameters:
        thumbnail - the thumbnail that is the source of the event.