public interface ConnectionListener
| Modifier and Type | Method and Description | 
|---|---|
| void | connectionAdded(Server server,
               HostedConnection conn)Called when a connection has been added to the specified server and
  is fully setup. | 
| void | connectionRemoved(Server server,
                 HostedConnection conn)Called when a connection has been removed from the specified
  server. | 
void connectionAdded(Server server, HostedConnection conn)
void connectionRemoved(Server server, HostedConnection conn)