#include <chatstatehandler.h>
Public Member Functions | |
| virtual | ~ChatStateHandler () |
| virtual void | handleChatState (const JID &from, ChatStateType state)=0 |
Definition at line 31 of file chatstatehandler.h.
| virtual ~ChatStateHandler | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 37 of file chatstatehandler.h.
| virtual void handleChatState | ( | const JID & | from, | |
| ChatStateType | state | |||
| ) | [pure virtual] |
Notifies the ChatStateHandler that a different chat state has been set by the remote contact.
| from | The originator of the Event. | |
| state | The chat state set by the remote entity. |
1.5.5