public interface SessionObserver
ClientObserver| Modifier and Type | Method and Description |
|---|---|
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.
|
void clientWillLogon(Client client)
void clientDidLogon(Client client)
void clientObjectDidChange(Client client)
void clientDidLogoff(Client client)
Copyright © 2015. All rights reserved.