Interface ChatStateListener
public interface ChatStateListener
Events for when the state of a user in a chat changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(Chat chat, ChatState state, 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.
-