|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionListener
Listener for notification of connection events.
| Method Summary | |
|---|---|
void |
connectFailure(java.lang.Throwable failure_msg)
The connection attempt failed. |
void |
connectStarted()
The connection establishment process has started, i.e. the connection is actively being attempted. |
void |
connectSuccess()
The connection attempt succeeded. |
void |
exceptionThrown(java.lang.Throwable error)
Handle exception thrown by this connection. |
| Method Detail |
|---|
void connectStarted()
void connectSuccess()
void connectFailure(java.lang.Throwable failure_msg)
failure_msg - failure reasonvoid exceptionThrown(java.lang.Throwable error)
error - exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||