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