Package de.uplanet.lucy.server.menu
Interface IMenuChangedEvent
- All Superinterfaces:
IServerEvent
- All Known Implementing Classes:
MenuChangedEvent
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if the menu names have changed.boolean
Indicates if the menu structure has changed.
-
Method Details
-
isStructureChanged
boolean isStructureChanged()Indicates if the menu structure has changed.- Returns:
true
if the menu structure has changed, orfalse
otherwise.
-
isNamesChanged
boolean isNamesChanged()Indicates if the menu names have changed.- Returns:
true
if the menu names have changed, orfalse
otherwise.
-