|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Added Methods | |
void setSource(Object) |
Retargets an event to a new source. |
| Changed Methods | ||
void consume() |
Documentation changed from old to new. |
Consumes this event if this event can be consumed. |
void finalize() |
Documentation changed from old to new. Method was locally defined, but is now inherited from Object. |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
boolean isConsumed() |
Documentation changed from old to new. |
Returns whether this event has been consumed. |
String paramString() |
Documentation changed from old to new. |
Returns a string representing the state of this Event. |
String toString() |
Documentation changed from old to new. |
Returns a String representation of this object. |
| Added Fields | |
long MOUSE_WHEEL_EVENT_MASK |
The event mask for selecting mouse wheel events. |
long WINDOW_FOCUS_EVENT_MASK |
The event mask for selecting window focus events. |
long WINDOW_STATE_EVENT_MASK |
The event mask for selecting window state events. |
| Changed Fields | ||
boolean consumed |
Documentation changed from old to new. |
Controls whether or not the event is sent back down to the peer once the source has processed it - false means it's sent to the peer; true means it's not. |
int id |
Documentation changed from old to new. |
The event's id. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||