Interface ChatStateListener
public interface ChatStateListener
Events for when the state of a user in a chat changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidstateChanged(Chat chat, ChatState state, org.jivesoftware.smack.packet.Message message) Fired when the state of a chat with another user changes.
-
Method Details
-
stateChanged
Fired when the state of a chat with another user changes.- Parameters:
chat- the chat in which the state has changed.state- the new state of the participant.message- the message carrying the chat state.
-