org.eclipse.ecf.core.comm
Class ConnectionEvent

java.lang.Object
  extended by org.eclipse.ecf.core.comm.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable, Event
Direct Known Subclasses:
AsynchEvent, DisconnectEvent, SynchEvent

public class ConnectionEvent
extends java.lang.Object
implements Event

Connection event super class.

See Also:
Serialized Form

Constructor Summary
ConnectionEvent(IConnection source, java.lang.Object data)
           
 
Method Summary
 IConnection getConnection()
           
 java.lang.Object getData()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(IConnection source,
                       java.lang.Object data)
Method Detail

getConnection

public IConnection getConnection()

getData

public java.lang.Object getData()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object