- Type Parameters:
T- the type of the object managed by the thumbnail.
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionvoidthumbnailActivated(JThumbnail<T> thumbnail) The thumbnail has been activated.voidthumbnailFocused(JThumbnail<T> thumbnail) The thumbnail has been focused.voidthumbnailSelected(JThumbnail<T> thumbnail) The thumbnail has been selected.voidthumbnailUnfocused(JThumbnail<T> thumbnail) The thumbnail has been unfocused.
-
Method Details
-
thumbnailFocused
The thumbnail has been focused.- Parameters:
thumbnail- the thumbnail that is the source of the event.
-
thumbnailUnfocused
The thumbnail has been unfocused.- Parameters:
thumbnail- the thumbnail that is the source of the event.
-
thumbnailSelected
The thumbnail has been selected.- Parameters:
thumbnail- the thumbnail that is the source of the event.
-
thumbnailActivated
The thumbnail has been activated.- Parameters:
thumbnail- the thumbnail that is the source of the event.
-