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 boolean
isNamesChanged()
Indicates if the menu names have changed.boolean
isStructureChanged()
Indicates if the menu structure has changed.
-
-
-
Method Detail
-
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.
-
-