ChatStateHandler Class Reference

A virtual interface that enables an object to be notified about a remote entity's Chat States (JEP-0085). More...

#include <chatstatehandler.h>

List of all members.

Public Member Functions

virtual ~ChatStateHandler ()
virtual void handleChatState (const JID &from, ChatStateType state)=0


Detailed Description

A virtual interface that enables an object to be notified about a remote entity's Chat States (JEP-0085).

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.8

Definition at line 29 of file chatstatehandler.h.


Constructor & Destructor Documentation

virtual ~ChatStateHandler (  )  [inline, virtual]

Virtual Destructor.

Definition at line 35 of file chatstatehandler.h.


Member Function Documentation

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.

Parameters:
from The originator of the Event.
state The chat state set by the remote entity.

Referenced by ChatStateFilter::filter().


The documentation for this class was generated from the following file:
Generated on Tue May 1 14:20:22 2007 for gloox by  doxygen 1.5.1