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 TypeMethodDescriptionvoid
onNavigationChange
(FSID fsid) Event which is fired when the navigation has changed.
-
Method Details