|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectionListener
This interface must be implemented by the connection listeners
registered with the ServerContext. A connection listener
is notified when the socket connection is closed due to a network error
or server shutdown.
Client applications may register connection listeners if they expect to receive notifications from the server through client callbacks. If the network connection is lost a connection listener is the only way to detect the event and announce the user.
| Method Summary | |
|---|---|
void |
disconnected()
This method is invoked by the ServerContext when the network connection is broken. |
| Method Detail |
|---|
void disconnected()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||