mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix ChatStateListener javadoc
This commit is contained in:
parent
fc3f5ef99e
commit
3251fe89e2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public interface ChatStateListener extends ChatMessageListener {
|
|||
*
|
||||
* @param chat the chat in which the state has changed.
|
||||
* @param state the new state of the participant.
|
||||
* @message the message carrying the chat state.
|
||||
* @param message the message carrying the chat state.
|
||||
*/
|
||||
void stateChanged(Chat chat, ChatState state, Message message);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue