public interface ChatStateListener extends ChatMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(Chat chat,
ChatState state)
Fired when the state of a chat with another user changes.
|
processMessagevoid stateChanged(Chat chat, ChatState state)
chat - the chat in which the state has changed.state - the new state of the participant.