OpenRTM-aist  1.2.1
Public Member Functions | Static Public Member Functions | List of all members
RTC::PreComponentActionListener Class Referenceabstract

PreComponentActionListener class. More...

#include <ComponentActionListener.h>

Public Member Functions

virtual ~PreComponentActionListener ()
 Destructor. More...
 
virtual void operator() (UniqueId ec_id)=0
 Virtual Callback function. More...
 

Static Public Member Functions

static const char * toString (PreComponentActionListenerType type)
 Convert PreComponentActionListenerType into the string. More...
 

Detailed Description

PreComponentActionListener class.

This class is abstract base class for listener classes that provides callbacks for various events in rtobject.

Constructor & Destructor Documentation

virtual RTC::PreComponentActionListener::~PreComponentActionListener ( )
virtual

Destructor.

Referenced by toString().

Member Function Documentation

virtual void RTC::PreComponentActionListener::operator() ( UniqueId  ec_id)
pure virtual
static const char* RTC::PreComponentActionListener::toString ( PreComponentActionListenerType  type)
inlinestatic

Convert PreComponentActionListenerType into the string.

Convert PreComponentActionListenerType into the string.

Parameters
typeThe target PreComponentActionListenerType for transformation
Returns
Trnasformation result of string representation

References operator()(), RTC::PRE_COMPONENT_ACTION_LISTENER_NUM, and ~PreComponentActionListener().


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