MIRA
Public Member Functions | List of all members
DeferredInvokerFinishHandler Class Referenceabstract

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>

Inheritance diagram for DeferredInvokerFinishHandler:
Inheritance graph
[legend]

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...
 

Detailed Description

Handler that is called when a deferred RPC call was executed and finished and therefore when the response is available.

Constructor & Destructor Documentation

◆ ~DeferredInvokerFinishHandler()

virtual ~DeferredInvokerFinishHandler ( )
inlinevirtual

Member Function Documentation

◆ onRPCfinished()

virtual void onRPCfinished ( AbstractDeferredInvoker invoker)
pure virtual

called upon finish of the RPC call, the ID of the call is passed as parameter.

Implemented in RPCManager.


The documentation for this class was generated from the following file: