|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SessionObserver
A session observer is registered with the client instance to be notified when the client establishes and ends their session with the server.
ClientObserver| Method Summary | |
|---|---|
void |
clientDidLogoff(Client client)
Called after the client has been logged off of the server and has disconnected. |
void |
clientDidLogon(Client client)
Called after the client successfully connected to and authenticated with the server. |
void |
clientObjectDidChange(Client client)
For systems that allow switching screen names after logon, this method is called whenever a screen name change takes place to report that the client object has been replaced to potential client-side subscribers. |
void |
clientWillLogon(Client client)
Called immediately before a logon is attempted. |
| Method Detail |
|---|
void clientWillLogon(Client client)
void clientDidLogon(Client client)
void clientObjectDidChange(Client client)
void clientDidLogoff(Client client)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||