Interface JThumbnailActivationHandler<T>
- Type Parameters:
T- the type of underlyingthumbnailcontent
public interface JThumbnailActivationHandler<T>
A handler that enables to process
thumbnail activation.- Author:
- Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(JThumbnailPane<T> pane, JThumbnail<T> thumbnail) Handle the giventhumbnailthat has been activated.
-
Method Details
-
handle
Handle the giventhumbnailthat has been activated.- Parameters:
pane- the thumbnail pane that is the source of the activationthumbnail- the thumbnail that is activated
-