Interface JThumbnailListener<T>

Type Parameters:
T - the type of the object managed by the thumbnail.
All Superinterfaces:
EventListener

public interface JThumbnailListener<T> extends EventListener
An event listener that enables to monitor a thumbnail.
Since:
1.0.8
Version:
"1.0.14" - b202111241200L
Author:
Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
  • Method Details

    • 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.