|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of a server object to which we may be notified of connection
status.public interface ConnectionMaintainerListener<T>
A listener that is notified of changes to connection status given by a connection maintainer.
| Method Summary | |
|---|---|
void |
connected(T server)
Called on a successful connection. |
void |
connectionFailed()
Called on a failed attempt at connection. |
void |
disconnected()
Called when we are disconnected. |
void |
reconnected()
Called on a successful reconnection. |
| Method Detail |
|---|
void connected(T server)
server - The server to which we connected.void reconnected()
void connectionFailed()
void disconnected()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||