Smack

org.jivesoftware.smackx
Interface ChatStateListener

All Superinterfaces:
MessageListener

public interface ChatStateListener
extends MessageListener

Events for when the state of a user in a chat changes.

Author:
Alexander Wenckus

Method Summary
 void stateChanged(Chat chat, ChatState state)
          Fired when the state of a chat with another user changes.
 
Methods inherited from interface org.jivesoftware.smack.MessageListener
processMessage
 

Method Detail

stateChanged

void stateChanged(Chat chat,
                  ChatState state)
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.

Smack

Copyright © 2003-2007 Jive Software.