Package de.uplanet.lucy.server.menu
Schnittstelle IMenuChangedEvent
- Alle Superschnittstellen:
IServerEvent
- Alle bekannten Implementierungsklassen:
MenuChangedEvent
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanIndicates if the menu names have changed.booleanIndicates if the menu structure has changed.
-
Methodendetails
-
isStructureChanged
boolean isStructureChanged()Indicates if the menu structure has changed.- Gibt zurück:
trueif the menu structure has changed, orfalseotherwise.
-
isNamesChanged
boolean isNamesChanged()Indicates if the menu names have changed.- Gibt zurück:
trueif the menu names have changed, orfalseotherwise.
-