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)
ConnectionListener
connectionAdded
in interface ConnectionListener
public void connectionRemoved(ConnectionEvent event)
ConnectionListener
connectionRemoved
in interface ConnectionListener
public void connectionListsMembershipUpdated(ConnectionEvent event)
ConnectionListener
connectionListsMembershipUpdated
in interface ConnectionListener