java.util
Class EventObject

java.lang.Object
  extended by java.util.EventObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HandshakeCompletedEvent


public class EventObject
extends Object
implements Serializable

Standard Java base class for events.

Compliance: J2SE: 1.4 complete

See Also:
Serialized Form

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

Field Detail

source

protected Object source
Constructor Detail

EventObject

public EventObject(Object source)
Method Detail

getSource

public Object getSource()

toString

public String toString()
Overrides:
toString in class Object