Schnittstelle IMenuChangedEvent

Alle Superschnittstellen:
IServerEvent
Alle bekannten Implementierungsklassen:
MenuChangedEvent

@Scriptable public interface IMenuChangedEvent extends IServerEvent
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    Indicates if the menu names have changed.
    boolean
    Indicates if the menu structure has changed.
  • Methodendetails

    • isStructureChanged

      boolean isStructureChanged()
      Indicates if the menu structure has changed.
      Gibt zurück:
      true if the menu structure has changed, or false otherwise.
    • isNamesChanged

      boolean isNamesChanged()
      Indicates if the menu names have changed.
      Gibt zurück:
      true if the menu names have changed, or false otherwise.