MIRA
|
Handler that is called when a deferred RPC call was executed and finished and therefore when the response is available. More...
#include <rpc/AbstractDeferredInvoker.h>
Public Member Functions | |
virtual | ~DeferredInvokerFinishHandler () |
virtual void | onRPCfinished (AbstractDeferredInvoker *invoker)=0 |
called upon finish of the RPC call, the ID of the call is passed as parameter. More... | |
Handler that is called when a deferred RPC call was executed and finished and therefore when the response is available.
|
inlinevirtual |
|
pure virtual |
called upon finish of the RPC call, the ID of the call is passed as parameter.
Implemented in RPCManager.