|
gloox 1.0
|
A virtual interface that enables an object to be notified about a remote entity's Chat States (XEP-0085). More...
#include <chatstatehandler.h>
Public Member Functions | |
| virtual | ~ChatStateHandler () |
| virtual void | handleChatState (const JID &from, ChatStateType state)=0 |
A virtual interface that enables an object to be notified about a remote entity's Chat States (XEP-0085).
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.7.4