PreComponentActionListener class. More...
#include <ComponentActionListener.h>
Public Member Functions | |
virtual void | operator() (UniqueId ec_id)=0 |
Virtual Callback function. | |
virtual | ~PreComponentActionListener () |
Destructor. | |
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.
Definition at line 120 of file ComponentActionListener.h.
Destructor.
Definition at line 41 of file ComponentActionListener.cpp.
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 |
Definition at line 146 of file ComponentActionListener.h.