org.eclipse.ecf.core.comm
Interface IAsynchEventHandler

All Superinterfaces:
IConnectionListener
All Known Subinterfaces:
ISynchAsynchEventHandler

public interface IAsynchEventHandler
extends IConnectionListener

Callback interface for handling asynchronous connection events


Method Summary
 void handleAsynchEvent(AsynchEvent event)
          Handle asynchronous connection event
 
Methods inherited from interface org.eclipse.ecf.core.comm.IConnectionListener
getEventHandlerID, handleDisconnectEvent
 

Method Detail

handleAsynchEvent

void handleAsynchEvent(AsynchEvent event)
                       throws java.io.IOException
Handle asynchronous connection event

Parameters:
event - the asynchronous connection event to handle
Throws:
java.io.IOException - if connection event cannot be handled