|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects that want to be informed when the state of a connection to a server changes. The methods of this interface are called by SessionConnector in case of communication.
Note that this connection is in no way directly bound to ConnectionDesasterListener, even though its connectionBroken() is somehow similar to CDL.connectionDesaster(). Both should be handled totally separately.
Method Summary | |
void |
connectionBroken()
Called when the connection has been cut. |
void |
connectionBusy()
Called when the connection is busy (a request has just been sent, the reply is expected) |
void |
connectionIdle()
Called after successful instantiation of the connection and after finishing a request-reply-pair |
Method Detail |
public void connectionBroken()
public void connectionBusy()
public void connectionIdle()
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |