Class DisplayUpdateEvent


public class DisplayUpdateEvent extends ClientEvent
Indicates a change in the display characteristics of the specified UI. Cannot be cancelled.
  • Field Details

    • uiState

      public final UIState uiState
      The UIState of the UI which has been updated.
  • Constructor Details

    • DisplayUpdateEvent

      public DisplayUpdateEvent(UIState uiState)
      Constructor
      Parameters:
      uiState - The UIState of the UI which has been updated.
  • Method Details