Uses of Interface
org.eclipse.ecf.provider.comm.IConnectionListener
- 
Packages that use IConnectionListener Package Description org.eclipse.ecf.provider.comm org.eclipse.ecf.provider.comm.tcp 
- 
- 
Uses of IConnectionListener in org.eclipse.ecf.provider.commSubinterfaces of IConnectionListener in org.eclipse.ecf.provider.comm Modifier and Type Interface Description interfaceIAsynchEventHandlerCallback interface for handling asynchronous connection eventsinterfaceISynchAsynchEventHandlerEvent handler callback interface for connections that have both asynchronous and synchronous capabilitiesinterfaceISynchEventHandlerMethods in org.eclipse.ecf.provider.comm with parameters of type IConnectionListener Modifier and Type Method Description voidIConnection. addListener(IConnectionListener listener)Add comm layer event listenervoidIConnection. removeListener(IConnectionListener listener)remove comm layer event listener
- 
Uses of IConnectionListener in org.eclipse.ecf.provider.comm.tcpMethods in org.eclipse.ecf.provider.comm.tcp with parameters of type IConnectionListener Modifier and Type Method Description voidClient. addListener(IConnectionListener l)voidSSLClient. addListener(IConnectionListener l)voidClient. removeListener(IConnectionListener l)voidSSLClient. removeListener(IConnectionListener l)
 
-