|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.ui.Event
Event is the base class for all events.
| Field Summary | |
boolean |
consumed
If this is set true then this should indicate that the event should not be sent to any more listeners. |
static WeakSet |
events
|
int |
flags
This is used for Control specific flags that relate to the event. |
Object |
target
The target of the event. |
int |
timeStamp
The event's timestamp. |
int |
type
The type of event. |
Window |
window
|
| Constructor Summary | |
Event()
|
|
| Method Summary | |
String |
toString()
Return a String representation of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
| Field Detail |
public Window window
public int type
public Object target
public int timeStamp
Vm.getTimeStamp()public boolean consumed
public int flags
public static final WeakSet events
| Constructor Detail |
public Event()
| Method Detail |
public String toString()
Object
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||