Method::CallbackEx¶
-
class
kanzi::connect::Method
::
CallbackEx
Traditional c++ callback interface for external application bindings (Java)
Public Functions
-
~CallbackEx
() Required for Java bindings.
-
void
methodComplete
(Method *method, InvocationResult result, const string &returnvalue) = 0 Invoked after method is executed to report execution status.
- Parameters
method
: the method that was completed.result
: the result of executionreturnvalue
: the value returned by the function casted to string. If returnvalue is not supported then empty.
-