Example usage for Java java.util EventObject fields, constructors, methods, implement or subclass
The text is from its open source code.
EventObject(Object source) Constructs a prototypical Event. |
Class> | getClass() Returns the runtime class of this Object . |
Object | getSource() The object on which the Event initially occurred. |
String | toString() Returns a String representation of this EventObject. |