Class java.util.EventObject
java.lang.Object
|
+----java.util.EventObject
- public class EventObject
- extends Object
- implements Serializable
- super class of:
- AWTEvent, PropertyChangeEvent
Variable Index
- source
-
Constructor Index
- EventObject(Object)
-
Method Index
- getSource()
-
- toString()
- Returns a string representation of the object.
Variables
source
protected transient Object source
Constructors
EventObject
public EventObject(Object source)
Methods
getSource
public Object getSource()
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
