Uses of Class
org.eclipse.ecf.core.comm.AsynchEvent

Packages that use AsynchEvent
org.eclipse.ecf.core.comm   
org.eclipse.ecf.provider.generic   
 

Uses of AsynchEvent in org.eclipse.ecf.core.comm
 

Methods in org.eclipse.ecf.core.comm with parameters of type AsynchEvent
 void IAsynchEventHandler.handleAsynchEvent(AsynchEvent event)
          Handle asynchronous connection event
 

Uses of AsynchEvent in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic with parameters of type AsynchEvent
protected  void SOContainer.handleAsynchIOException(java.io.IOException except, AsynchEvent e)
           
protected  void SOContainer.processAsynch(AsynchEvent e)
           
protected  void ClientSOContainer.processAsynch(AsynchEvent evt)