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. More... | |
| virtual | ~RPCResultObserver () |
| Virtual destructor, performs cleanup. More... | |
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. |