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)
ConnectionListenerconnectionAdded in interface ConnectionListenerpublic void connectionRemoved(Server server, HostedConnection hc)
ConnectionListenerconnectionRemoved in interface ConnectionListener