Class UiControlEvent
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.event.Event
-
- de.extio.spacecraft.shared.model.client.event.UiControlEvent
-
public final class UiControlEvent extends Event
This event is fired when a user interacted with a control in the UI, for example clicked on a button, entered text, ...
-
-
Constructor Summary
Constructors Constructor Description UiControlEvent(String id, Object payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Returns the control IDObject
getPayload()
Payload depends on the type of action and the control-
Methods inherited from class de.extio.spacecraft.shared.model.client.event.Event
getFrameCur, getFrameTTL, isExlusive, isInGroup, isPriority, setFrameCur
-
-