The root class from which all event state objects shall be derived.
All Events are constructed with a reference to the object, the "source", that is logically deemed to be the object upon which the Event in question initially occurred upon.
| Constructor Summary | ||
| EventObject(Object source) Constructs a prototypical Event. |
| Method Summary | ||
| getSource() The object on which the Event initially occurred. |
||
| toString() Returns a String representation of this EventObject. |
||
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |