public interface ConnectionObjectListener
extends java.util.EventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionObjectListener.ListenerList |
Modifier and Type | Method and Description |
---|---|
void |
connectionCreated(ConnectionID connectionID)
This method signals the creation of a connection with the given ID.
|
void |
connectionDeleted(ConnectionID connectionID)
This method signals the deletion of a connection with the given ID.
|
void |
connectionUpdated(ConnectionID connectionID)
This method signals that the connection with the given ID was updated.
|
void connectionCreated(ConnectionID connectionID)
connectionID
- void connectionDeleted(ConnectionID connectionID)
connectionID
- void connectionUpdated(ConnectionID connectionID)
connectionID
-