system listener interface
More...
#include <system_interface.hh>
system listener interface
- See also
- ISystemHandler
◆ onException()
virtual void NuguCapability::ISystemListener::onException |
( |
SystemException |
exception, |
|
|
const std::string & |
dialog_id |
|
) |
| |
|
pure virtual |
Deliver the exception received from the server to the user.
- Parameters
-
[in] | exception | server exception |
[in] | dialog_id | dialog request id |
◆ onRevoke()
virtual void NuguCapability::ISystemListener::onRevoke |
( |
RevokeReason |
reason | ) |
|
|
pure virtual |
Received a revoke request from the server.
- Parameters
-
[in] | reason | reason for revoke |
◆ onNoDirective()
virtual void NuguCapability::ISystemListener::onNoDirective |
( |
const std::string & |
dialog_id | ) |
|
|
pure virtual |
Received a no directive from the server.
- Parameters
-
[in] | dialog_id | dialog request id |
The documentation for this class was generated from the following file: