public interface ChatStateListener
Modifier and Type | Method and Description |
---|---|
void |
stateChanged(Chat chat,
ChatState state,
org.jivesoftware.smack.packet.Message message)
Fired when the state of a chat with another user changes.
|
void stateChanged(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.