Interface IMenuChangedEvent

All Superinterfaces:
IServerEvent
All Known Implementing Classes:
MenuChangedEvent

@Scriptable public interface IMenuChangedEvent extends IServerEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates if the menu names have changed.
    boolean
    Indicates if the menu structure has changed.
  • Method Details

    • isStructureChanged

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

      boolean isNamesChanged()
      Indicates if the menu names have changed.
      Returns:
      true if the menu names have changed, or false otherwise.