Package totalcross.ui.event
Class EnabledStateChangeEvent
- java.lang.Object
-
- totalcross.ui.event.Event<ControlListener>
-
- totalcross.ui.event.ControlEvent
-
- totalcross.ui.event.EnabledStateChangeEvent
-
public class EnabledStateChangeEvent extends ControlEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class totalcross.ui.event.Event
Event.Type<H>
-
-
Field Summary
Fields Modifier and Type Field Description static intENABLED_STATE_CHANGE-
Fields inherited from class totalcross.ui.event.ControlEvent
CURSOR_CHANGED, FOCUS_IN, FOCUS_OUT, HIGHLIGHT_IN, HIGHLIGHT_OUT, PRESSED, SIP_CLOSED, WINDOW_CLOSED
-
-
Constructor Summary
Constructors Constructor Description EnabledStateChangeEvent()Constructs an empty EnabledStateChangeEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class totalcross.ui.event.ControlEvent
dispatch, update
-
Methods inherited from class totalcross.ui.event.Event
clearQueue, getNextAvailableEventId, isAvailable, touch
-
-
-
-
Field Detail
-
ENABLED_STATE_CHANGE
public static final int ENABLED_STATE_CHANGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classControlEvent
-
-