java.lang.Object
technology.sola.engine.graphics.gui.event.GuiEvent
- Direct Known Subclasses:
GuiKeyEvent
,GuiMouseEvent
GuiEvent defines the general api for gui specific events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether this event will propagate to child elements or not.void
Stops this event from propagating further.
-
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.
-