Template observer class used with external language bindings. specialization for void type. More...
#include <rpcresult.hpp>
Public Member Functions | |
virtual void | RPCCallComplete (RPCResult< void > &call)=0 |
Invoked when RPC Call completes. | |
virtual | ~RPCResultObserver () |
Virtual destructor, performs cleanup. | |
Template observer class used with external language bindings. specialization for void type.
|
inlinevirtual |
Virtual destructor, performs cleanup.
|
pure virtual |
Invoked when RPC Call completes.
call | the call that got completed. |