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