waba.ui
Class ControlEvent
waba.lang.Object
|
+--waba.ui.Event
|
+--waba.ui.ControlEvent
- public class ControlEvent
- extends Event
ControlEvent is an event posted by a control.
Field Summary |
static int |
FOCUS_IN
The event type for a focus in event. |
static int |
FOCUS_OUT
The event type for a focus out event. |
static int |
PRESSED
The event type for a pressed event. |
static int |
TIMER
The event type for a timer event. |
PRESSED
public static final int PRESSED
- The event type for a pressed event.
FOCUS_IN
public static final int FOCUS_IN
- The event type for a focus in event.
FOCUS_OUT
public static final int FOCUS_OUT
- The event type for a focus out event.
TIMER
public static final int TIMER
- The event type for a timer event.
ControlEvent
public ControlEvent()
ControlEvent
public ControlEvent(int type,
Control c)
- Constructs a control event of the given type.
- Parameters:
type
- the type of eventc
- the target control