[all packages]
[package java.util]
[class hierarchy]
[index]
java.lang.Object | +----java.util.EventObject
public class EventObject implements java.io.Serializable
The Event class is the abstract root class from which all event state objects shall be derived.
All Event's 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.

EventObject(Object)

source

getSource()
toString()

EventObjectpublic EventObject(Object source);

sourceprotected transient Object source;

getSourcepublic Object getSource();
public String toString();
[all packages]
[package java.util]
[class hierarchy]
[index]