org.eclipse.ecf.core.comm
Class DisconnectEvent

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

public class DisconnectEvent
extends ConnectionEvent

Disconnection event

See Also:
Serialized Form

Constructor Summary
DisconnectEvent(IAsynchConnection conn, java.lang.Throwable e, java.lang.Object data)
           
 
Method Summary
 java.lang.Throwable getException()
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

DisconnectEvent

public DisconnectEvent(IAsynchConnection conn,
                       java.lang.Throwable e,
                       java.lang.Object data)
Method Detail

getException

public java.lang.Throwable getException()

toString

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