ConnectionListenerpublic interface ConnectionListener Interface that allows the implementing classes to listen to connection
relative events. Listeners are registered with ImConnection. |
Methods Summary |
---|
public void | onStateChanged(int state, ImErrorInfo error)Called when the connection's state has changed.
| public void | onUpdatePresenceError(ImErrorInfo error)
| public void | onUserPresenceUpdated()
|
|