Uses of Interface
org.eclipse.ecf.core.comm.IConnectionListener

Packages that use IConnectionListener
org.eclipse.ecf.core.comm   
org.eclipse.ecf.provider.comm.tcp   
 

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

Subinterfaces of IConnectionListener in org.eclipse.ecf.core.comm
 interface IAsynchEventHandler
          Callback interface for handling asynchronous connection events
 interface ISynchAsynchEventHandler
          Event handler callback interface for connections that have both asynchronous and synchronous capabilities
 interface ISynchEventHandler
           
 

Methods in org.eclipse.ecf.core.comm with parameters of type IConnectionListener
 void IConnection.addListener(IConnectionListener listener)
          Add comm layer event listener
 void IConnection.removeListener(IConnectionListener listener)
          remove comm layer event listener
 

Uses of IConnectionListener in org.eclipse.ecf.provider.comm.tcp
 

Methods in org.eclipse.ecf.provider.comm.tcp with parameters of type IConnectionListener
 void Client.addListener(IConnectionListener l)
           
 void Client.removeListener(IConnectionListener l)