protected class HostedServiceManager.ConnectionObserver extends java.lang.Object implements ConnectionListener
Modifier | Constructor and Description |
---|---|
protected |
ConnectionObserver() |
Modifier and Type | Method and Description |
---|---|
void |
connectionAdded(Server server,
HostedConnection hc)
Called when a connection has been added to the specified server and
is fully setup.
|
void |
connectionRemoved(Server server,
HostedConnection hc)
Called when a connection has been removed from the specified
server.
|
public void connectionAdded(Server server, HostedConnection hc)
ConnectionListener
connectionAdded
in interface ConnectionListener
public void connectionRemoved(Server server, HostedConnection hc)
ConnectionListener
connectionRemoved
in interface ConnectionListener