public interface IRemoteConnectionChangeListener
extends java.util.EventListener
IRemoteConnection.addConnectionChangeListener(IRemoteConnectionChangeListener),
or globally for all connections using
IRemoteServicesManager.addRemoteConnectionChangeListener(IRemoteConnectionChangeListener).| Modifier and Type | Method and Description |
|---|---|
void |
connectionChanged(RemoteConnectionChangeEvent event)
Notifies this listener that the status of a connection has changed.
|
void connectionChanged(RemoteConnectionChangeEvent event)
event - the connection change event