Package de.uplanet.lucy.server.menu
Interface IMenuChangedEvent
-
- All Superinterfaces:
IServerEvent
- All Known Implementing Classes:
MenuChangedEvent
@Scriptable public interface IMenuChangedEvent extends IServerEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNamesChanged()Indicates if the menu names have changed.booleanisStructureChanged()Indicates if the menu structure has changed.
-
-
-
Method Detail
-
isStructureChanged
boolean isStructureChanged()
Indicates if the menu structure has changed.- Returns:
trueif the menu structure has changed, orfalseotherwise.
-
isNamesChanged
boolean isNamesChanged()
Indicates if the menu names have changed.- Returns:
trueif the menu names have changed, orfalseotherwise.
-
-