Interface JThumbnailActivationHandler<T>

Type Parameters:
T - the type of underlying thumbnail content

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 Type
    Method
    Description
    void
    handle(JThumbnailPane<T> pane, JThumbnail<T> thumbnail)
    Handle the given thumbnail that has been activated.
  • Method Details

    • handle

      void handle(JThumbnailPane<T> pane, JThumbnail<T> thumbnail)
      Handle the given thumbnail that has been activated.
      Parameters:
      pane - the thumbnail pane that is the source of the activation
      thumbnail - the thumbnail that is activated