java.util.EventObject
EventObjects represent events. Typically applications subclass this class to
add event specific information.
Known Direct Subclasses
Summary
Fields
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
protected
Object
source
The event source.
Public Constructors
public
EventObject(Object source)
Constructs a new instance of this class.
Parameters
source
| the object which fired the event
|
Public Methods
public
Object
getSource()
Returns the event source.
Returns
- the object which fired the event
public
String
toString()
Returns the string representation of this EventObject.
Returns
- the string representation of this EventObject