OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder Class Reference

More...

Inheritance diagram for OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder:
OpenRTM_aist.ListenerHolder.ListenerHolder

Public Member Functions

 __init__ (self)
 
 __del__ (self)
 
 preCreate (self, args)
 
 postCreate (self, rtobj)
 
 preConfigure (self, prop)
 
 postConfigure (self, prop)
 
 preInitialize (self)
 
 postInitialize (self)
 
- Public Member Functions inherited from OpenRTM_aist.ListenerHolder.ListenerHolder
 addListener (self, listener)
 
 removeListener (self, listener)
 

Detailed Description

RtcLifecycleActionListenerHolder class

This class is abstract base class for listener classes that provides callbacks for various events in rtobject.

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.__init__ ( self)

ListenerHolder class ctor

Reimplemented from OpenRTM_aist.ListenerHolder.ListenerHolder.

◆ __del__()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.__del__ ( self)

Destructor

Reimplemented from OpenRTM_aist.ListenerHolder.ListenerHolder.

Member Function Documentation

◆ postConfigure()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.postConfigure ( self,
prop )

postConfigure callback function TODO: Documentation virtual void postConfigure(coil.Properties& prop);

◆ postCreate()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.postCreate ( self,
rtobj )

postCreate callback function TODO: Documentation virtual void postCreate(RTC.RTObject_impl* rtobj);

◆ postInitialize()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.postInitialize ( self)

postInitialize callback function TODO: Documentation virtual void postInitialize(void);

◆ preConfigure()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.preConfigure ( self,
prop )

preConfigure callback function TODO: Documentation virtual void preConfigure(coil.Properties& prop);

◆ preCreate()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.preCreate ( self,
args )

preCreate callback function TODO: Documentation virtual void preCreate(std.string& args);

◆ preInitialize()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.preInitialize ( self)

preInitialize callback function TODO: Documentation virtual void preInitialize(void);


The documentation for this class was generated from the following file: