Uses of Interface
org.eclipse.ecf.provider.comm.IConnectionListener
Packages that use IConnectionListener
-
Uses of IConnectionListener in org.eclipse.ecf.provider.comm
Subinterfaces of IConnectionListener in org.eclipse.ecf.provider.commModifier and TypeInterfaceDescriptioninterface
Callback interface for handling asynchronous connection eventsinterface
Event handler callback interface for connections that have both asynchronous and synchronous capabilitiesinterface
Methods in org.eclipse.ecf.provider.comm with parameters of type IConnectionListenerModifier and TypeMethodDescriptionvoid
IConnection.addListener
(IConnectionListener listener) Add comm layer event listenervoid
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 IConnectionListenerModifier and TypeMethodDescriptionvoid
Client.addListener
(IConnectionListener l) void
SSLClient.addListener
(IConnectionListener l) void
Client.removeListener
(IConnectionListener l) void
SSLClient.removeListener
(IConnectionListener l)