Method Summary |
|
protected void | consume() Consumes this event, if this event can be consumed. |
Event | convertToOld() Converts a new event to an old one (used for compatibility). |
void | copyPrivateDataInto(AWTEvent that) Copies all private data from this event into that. |
void | dispatched() |
public int | getID() Returns the event type. |
protected boolean | isConsumed() Returns whether this event has been consumed. |
public String | paramString() Returns a string representing the state of this Event .
This method is intended to be used only for debugging purposes, and the
content and format of the returned string may vary between
implementations. |
public void | setSource(Object newSource) Retargets an event to a new source. |
public String | toString() Returns a String representation of this object. |