Package org.eclipse.ecf.provider.comm
Interface IAsynchEventHandler
- All Superinterfaces:
IConnectionListener
- All Known Subinterfaces:
ISynchAsynchEventHandler
Callback interface for handling asynchronous connection events
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleAsynchEvent
(AsynchEvent event) Handle asynchronous connection eventMethods inherited from interface org.eclipse.ecf.provider.comm.IConnectionListener
getEventHandlerID, handleConnectEvent, handleDisconnectEvent
-
Method Details
-
handleAsynchEvent
Handle asynchronous connection event- Parameters:
event
- the asynchronous connection event to handle- Throws:
IOException
- if connection event cannot be handled
-