java.util
Class EventObject

java.lang.Object
  |
  +--java.util.EventObject
All Implemented Interfaces:
Serializable

public synchronized class EventObject
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Object source
           
 
Constructor Summary
EventObject(Object)
           
 
Method Summary
 Object getSource()
           
 String toString()
          Returns the empty string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait
 

Field Detail

source

protected transient Object source
Constructor Detail

EventObject

public EventObject(Object)
Method Detail

getSource

public Object getSource()

toString

public String toString()
Description copied from class: Object
Returns the empty string. It's here to satisfy javac.

Overrides:
toString in class Object