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,
org.jivesoftware.smack.packet.Message message)
Fired when the state of a chat with another user changes.
|
void stateChanged(org.jivesoftware.smack.chat.Chat chat, ChatState state, org.jivesoftware.smack.packet.Message message)
chat
- the chat in which the state has changed.state
- the new state of the participant.message
- the message carrying the chat state.