PreComponentActionListener class. More...
#include <ComponentActionListener.h>
Public Member Functions | |
| virtual | ~PreComponentActionListener () |
| Destructor. | |
| virtual void | operator() (UniqueId ec_id)=0 |
| Virtual Callback function. | |
Static Public Member Functions | |
| static const char * | toString (PreComponentActionListenerType type) |
| Convert PreComponentActionListenerType into the string. | |
PreComponentActionListener class.
This class is abstract base class for listener classes that provides callbacks for various events in rtobject.
| virtual RTC::PreComponentActionListener::~PreComponentActionListener | ( | ) | [virtual] |
Destructor.
| virtual void RTC::PreComponentActionListener::operator() | ( | UniqueId | ec_id | ) | [pure virtual] |
Virtual Callback function.
This is a the Callback function for PreComponentActionListener.
| static const char* RTC::PreComponentActionListener::toString | ( | PreComponentActionListenerType | type | ) | [inline, static] |
Convert PreComponentActionListenerType into the string.
Convert PreComponentActionListenerType into the string.
| type | The target PreComponentActionListenerType for transformation |
References RTC::PRE_COMPONENT_ACTION_LISTENER_NUM.
1.6.3