|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionListener
Interface to be implemented if a class wants to
qualify as a ConnectionListener.
Note that a Shell is per contract also forced to
implement this interface.
ConnectionEvent,
Shell| Method Summary | |
|---|---|
void |
connectionIdle(ConnectionEvent ce)
Called when a CONNECTION_IDLE event occured. |
void |
connectionLogoutRequest(ConnectionEvent ce)
Called when a CONNECTION_LOGOUTREQUEST occured. |
void |
connectionSentBreak(ConnectionEvent ce)
Called when a CONNECTION_BREAK event occured. |
void |
connectionTimedOut(ConnectionEvent ce)
Called when a CONNECTION_TIMEDOUT event occured. |
| Method Detail |
|---|
void connectionIdle(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.CONNECTION_IDLEvoid connectionTimedOut(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.CONNECTION_TIMEDOUTvoid connectionLogoutRequest(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.CONNECTION_LOGOUTREQUESTvoid connectionSentBreak(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.CONNECTION_BREAK
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||