org.eclipse.ecf.core.comm
Class AsynchConnectionEvent

java.lang.Object
  extended by org.eclipse.ecf.core.comm.ConnectionEvent
      extended by org.eclipse.ecf.core.comm.AsynchConnectionEvent
All Implemented Interfaces:
java.io.Serializable, Event

public class AsynchConnectionEvent
extends ConnectionEvent

See Also:
Serialized Form

Constructor Summary
AsynchConnectionEvent(IAsynchConnection conn, java.lang.Object data)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ecf.core.comm.ConnectionEvent
getConnection, getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchConnectionEvent

public AsynchConnectionEvent(IAsynchConnection conn,
                             java.lang.Object data)