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