Klasse MenuChangedEvent

java.lang.Object
de.uplanet.lucy.server.menu.MenuChangedEvent
Alle implementierten Schnittstellen:
IServerEvent, IMenuChangedEvent, Serializable

@Scriptable public final class MenuChangedEvent extends Object implements IMenuChangedEvent, Serializable
Siehe auch:
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    MenuChangedEvent(boolean p_bStructureChanged, boolean p_bNamesChanged)
    Create an event to notify listeners about menu changes.
  • Methodenübersicht

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

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • MenuChangedEvent

      @ConstructorProperties({"structureChanged","namesChanged"}) public MenuChangedEvent(boolean p_bStructureChanged, boolean p_bNamesChanged)
      Create an event to notify listeners about menu changes.
      Parameter:
      p_bStructureChanged - true if the menu structure has changed, or false otherwise.
      p_bNamesChanged - true if menu names have changed, or false otherwise.
  • Methodendetails

    • isStructureChanged

      public boolean isStructureChanged()
      Beschreibung aus Schnittstelle kopiert: IMenuChangedEvent
      Indicates if the menu structure has changed.
      Angegeben von:
      isStructureChanged in Schnittstelle IMenuChangedEvent
      Gibt zurück:
      true if the menu structure has changed, or false otherwise.
    • isNamesChanged

      public boolean isNamesChanged()
      Beschreibung aus Schnittstelle kopiert: IMenuChangedEvent
      Indicates if the menu names have changed.
      Angegeben von:
      isNamesChanged in Schnittstelle IMenuChangedEvent
      Gibt zurück:
      true if the menu names have changed, or false otherwise.