|
OpenRTM-aist
1.2.1
|
NamingActionListener class. More...
#include <ManagerActionListener.h>
Public Member Functions | |
| virtual | ~NamingActionListener () |
| Destructor. More... | |
| virtual void | preBind (RTC::RTObject_impl *rtobj, coil::vstring &name)=0 |
| preBind callback function TODO: Documentation More... | |
| virtual void | postBind (RTC::RTObject_impl *rtobj, coil::vstring &name)=0 |
| postBind callback function TODO: Documentation More... | |
| virtual void | preUnbind (RTC::RTObject_impl *rtobj, coil::vstring &name)=0 |
| preUnbind callback function TODO: Documentation More... | |
| virtual void | postUnbind (RTC::RTObject_impl *rtobj, coil::vstring &name)=0 |
| postUnbind callback function TODO: Documentation More... | |
NamingActionListener class.
This class is abstract base class for listener classes that provides callbacks for various events in rtobject.
|
virtual |
Destructor.
|
pure virtual |
postBind callback function TODO: Documentation
|
pure virtual |
postUnbind callback function TODO: Documentation
|
pure virtual |
preBind callback function TODO: Documentation
|
pure virtual |
preUnbind callback function TODO: Documentation
1.8.11