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