|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerConnectionListener
An implementor of this interface, when registered with the ServerConnection will receive notifications about the connection life cycle events.
| Method Summary | |
|---|---|
void |
connectionAdded(ServerConnection connection)
A connection has been added to DQP |
void |
connectionRemoved(ServerConnection connection)
A connection has been removed for DQP |
| Method Detail |
|---|
void connectionAdded(ServerConnection connection)
connection - The client connection instance, never nullvoid connectionRemoved(ServerConnection connection)
connection - The client connection instance, never null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||