#include <adhochandler.h>
Public Member Functions | |
| virtual | ~AdhocHandler () |
| virtual void | handleAdhocSupport (const JID &remote, bool support)=0 |
| virtual void | handleAdhocCommands (const JID &remote, const StringMap &commands)=0 |
| virtual void | handleAdhocError (const JID &remote, const Error *error)=0 |
| virtual void | handleAdhocExecutionResult (const JID &remote, const Adhoc::Command &command)=0 |
Derived classes can be registered with the Adhoc object to receive notifications about Adhoc Commands remote entities support.
Definition at line 32 of file adhochandler.h.
|
|
Virtual destructor. Definition at line 38 of file adhochandler.h. |
|
||||||||||||
|
This function is called in response to a call to Adhoc::getCommands() and delivers a list of supported commands.
|
|
||||||||||||
|
This function is called in response to a call to Adhoc::getCommands() or Adhoc::checkSupport() or Adhoc::execute() in case the respective request returned an error.
|
|
||||||||||||
|
This function is called in response to a remote command execution.
|
|
||||||||||||
|
This function is called in response to a call to Adhoc::checkSupport(). |
1.4.1