public class ConnectionAdapter extends java.lang.Object implements ConnectionListener
| Constructor and Description |
|---|
ConnectionAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAdded(ConnectionEvent event)
Adds a new connection.
|
void |
connectionListsMembershipUpdated(ConnectionEvent event)
Updates an existing Connection to different ConnectionLists.
|
void |
connectionRemoved(ConnectionEvent event)
Removes an existing connection.
|
public void connectionAdded(ConnectionEvent event)
ConnectionListenerconnectionAdded in interface ConnectionListenerpublic void connectionRemoved(ConnectionEvent event)
ConnectionListenerconnectionRemoved in interface ConnectionListenerpublic void connectionListsMembershipUpdated(ConnectionEvent event)
ConnectionListenerconnectionListsMembershipUpdated in interface ConnectionListener