Traditional c++ callback interface for external application bindings (Java)
More...
#include <genericserviceclient.hpp>
Traditional c++ callback interface for external application bindings (Java)
◆ ~CallbackEx()
virtual kanzi::connect::Method::CallbackEx::~CallbackEx |
( |
| ) |
|
|
inlinevirtual |
Required for Java bindings.
◆ methodComplete()
virtual void kanzi::connect::Method::CallbackEx::methodComplete |
( |
Method * | method, |
|
|
InvocationResult | result, |
|
|
const string & | returnvalue ) |
|
pure virtual |
Invoked after method is executed to report execution status.
- Parameters
-
method | the method that was completed. |
result | the result of execution |
returnvalue | the value returned by the function casted to string. If returnvalue is not supported then empty. |
The documentation for this class was generated from the following file:
- connect/genericserviceclient.hpp