public interface ConnectionListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
connected(ConnectionEvent event)
Invoked when a service has been connected.
|
void |
disconnected(ConnectionEvent event)
Invoked when a service has been disconnected.
|
void connected(ConnectionEvent event)
event - The connection event.void disconnected(ConnectionEvent event)
event - The connection event.