#include <lastactivityhandler.h>
Public Member Functions | |
| virtual | ~LastActivityHandler () |
| virtual void | handleLastActivityResult (const JID &jid, int seconds)=0 |
| virtual void | handleLastActivityError (const JID &jid, StanzaError error)=0 |
Definition at line 27 of file lastactivityhandler.h.
|
|
Virtual Destructor. Definition at line 33 of file lastactivityhandler.h. |
|
||||||||||||
|
This function is called when an error is returned by the queried antity.
Referenced by LastActivity::handleIqID(). |
|
||||||||||||
|
This function is called when a positive result of a query arrives.
Referenced by LastActivity::handleIqID(). |
1.4.6