org.eclipse.ecf.core.comm
Interface IConnectionEventHandler

All Known Subinterfaces:
IAsynchConnectionEventHandler, ISynchAsynchConnectionEventHandler, ISynchConnectionEventHandler

public interface IConnectionEventHandler


Method Summary
 java.lang.Object getAdapter(java.lang.Class clazz)
           
 ID getEventHandlerID()
           
 void handleDisconnectEvent(DisconnectConnectionEvent event)
           
 boolean handleSuspectEvent(ConnectionEvent event)
           
 

Method Detail

getEventHandlerID

ID getEventHandlerID()

handleSuspectEvent

boolean handleSuspectEvent(ConnectionEvent event)

handleDisconnectEvent

void handleDisconnectEvent(DisconnectConnectionEvent event)

getAdapter

java.lang.Object getAdapter(java.lang.Class clazz)