Interface Common.PreviewElementListener

All Superinterfaces:
org.timepedia.exporter.client.Exportable
Enclosing interface:
Common

public static interface Common.PreviewElementListener extends org.timepedia.exporter.client.Exportable
Listener for events about changes of the current Preview-Element.
Since:
5.2.1301
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChange(FSID previewElement)
    Event which is fired when the FSID has changed
  • Method Details

    • onChange

      void onChange(FSID previewElement)
      Event which is fired when the FSID has changed
      Parameters:
      previewElement - the new FSID
      Since:
      5.2.1301