OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder クラス

[詳解]

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder の継承関係図
OpenRTM_aist.ListenerHolder.ListenerHolder

公開メンバ関数

 __init__ (self)
 
 __del__ (self)
 
 preCreate (self, args)
 
 postCreate (self, rtobj)
 
 preConfigure (self, prop)
 
 postConfigure (self, prop)
 
 preInitialize (self)
 
 postInitialize (self)
 
- 基底クラス OpenRTM_aist.ListenerHolder.ListenerHolder に属する継承公開メンバ関数
 addListener (self, listener)
 
 removeListener (self, listener)
 

詳解

構築子と解体子

◆ __init__()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.__init__ ( self)

ListenerHolderクラスコンストラクタ

OpenRTM_aist.ListenerHolder.ListenerHolderを再実装しています。

◆ __del__()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.__del__ ( self)

デストラクタ

OpenRTM_aist.ListenerHolder.ListenerHolderを再実装しています。

メソッド詳解

◆ postConfigure()

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

postConfigure コールバック関数 TODO: Documentation virtual void postConfigure(coil.Properties& prop);

◆ postCreate()

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

postCreate コールバック関数 TODO: Documentation virtual void postCreate(RTC.RTObject_impl* rtobj);

◆ postInitialize()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.postInitialize ( self)

postInitialize コールバック関数 TODO: Documentation virtual void postInitialize(void);

◆ preConfigure()

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

preConfigure コールバック関数 TODO: Documentation virtual void preConfigure(coil.Properties& prop);

◆ preCreate()

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

preCreate コールバック関数 TODO: Documentation virtual void preCreate(std.string& args);

◆ preInitialize()

OpenRTM_aist.ManagerActionListener.RtcLifecycleActionListenerHolder.preInitialize ( self)

preInitialize コールバック関数 TODO: Documentation virtual void preInitialize(void);


このクラス詳解は次のファイルから抽出されました: