#include <chatstatehandler.h>
Public Member Functions | |
virtual | ~ChatStateHandler () |
virtual void | handleChatState (const JID &from, ChatStateType state)=0 |
Definition at line 29 of file chatstatehandler.h.
virtual ~ChatStateHandler | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 35 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. |
Referenced by ChatStateFilter::filter().