java.lang.Object
technology.sola.engine.graphics.gui.event.GuiEvent
Direct Known Subclasses:
GuiKeyEvent, GuiMouseEvent

@NullMarked public abstract class GuiEvent extends Object
GuiEvent defines the general api for gui specific events.
  • Constructor Details

    • GuiEvent

      public GuiEvent()
  • Method Details

    • isAbleToPropagate

      public boolean isAbleToPropagate()
      Returns whether this event will propagate to child elements or not.
      Returns:
      true if the event will propagate to child elements
    • stopPropagation

      public void stopPropagation()
      Stops this event from propagating further.