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

Abstract interface for derived handler(s). More...

#include <rpc/AbstractInterfaceCallbackHandler.h>

Inheritance diagram for AbstractInterfaceCallbackHandler:
Inheritance graph
[legend]

Public Member Functions

virtual ~AbstractInterfaceCallbackHandler ()
 
virtual void newServiceInterface (const std::string &interface, const std::string &service)=0
 Notifies that a new service that implements a special interface is available. More...
 

Detailed Description

Abstract interface for derived handler(s).

The actual derived handler should manage an internal list of new services. Additionally, the handler usually will have its own thread for processing and relaying those pending new services.

Constructor & Destructor Documentation

◆ ~AbstractInterfaceCallbackHandler()

virtual ~AbstractInterfaceCallbackHandler ( )
inlinevirtual

Member Function Documentation

◆ newServiceInterface()

virtual void newServiceInterface ( const std::string &  interface,
const std::string &  service 
)
pure virtual

Notifies that a new service that implements a special interface is available.

Implemented in ServiceInterfaceHandler.


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