Interface Common.NavigationChangeListener

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

public static interface Common.NavigationChangeListener extends org.timepedia.exporter.client.Exportable
Listener for events about changes of the navigation. The navigation is changed, when the user explicitly changes the structure or renames menu options. It is implicitly changed, when the user creates a new pageref. Please note, that this event does not take into account deletion of pagerefs.
Since:
5.2.2002
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Event which is fired when the navigation has changed.
  • Method Details

    • onNavigationChange

      void onNavigationChange(FSID fsid)
      Event which is fired when the navigation has changed. When a new page was created the fsid of this element is returned.
      Parameters:
      fsid - of a newly created page, otherwise null
      Since:
      5.2.2002