Kanzi Connect  3.9.9
Kanzi Connect C++ API
kanzi::connect::Method::CallbackEx Class Referenceabstract

Traditional c++ callback interface for external application bindings (Java) More...

#include <genericserviceclient.hpp>

Public Member Functions

virtual void methodComplete (Method *method, InvocationResult result, const string &returnvalue)=0
 Invoked after method is executed to report execution status. More...
 
virtual ~CallbackEx ()
 Required for Java bindings. More...
 

Detailed Description

Traditional c++ callback interface for external application bindings (Java)

Constructor & Destructor Documentation

◆ ~CallbackEx()

virtual kanzi::connect::Method::CallbackEx::~CallbackEx ( )
inlinevirtual

Required for Java bindings.

Member Function Documentation

◆ 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
methodthe method that was completed.
resultthe result of execution
returnvaluethe 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: