|
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 about interruption of a connection. The only method of this interface is always called through the SessionConnector after the connection has been closed, even in case that the client application itself has closed the connection.
This Interface is the "technical" couterpart of the ConnectionStatePresenter interface. While CSP should be used by e.g. GUI objects, CDL is designed for the "critical" reactions on line problems, e.g. for invoking a program part that tries to reestablish the connection using a new SessionConnector.
Method Summary | |
void |
connectionDesaster()
Called after connection closing. |
Method Detail |
public void connectionDesaster()
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |