OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder クラス

[詳解]

公開メンバ関数

 __init__ (self)
 
 __del__ (self)
 
 addListener (self, listener)
 
 removeListener (self, listener)
 
 notify (self, ec_id)
 

詳解

PreComponentActionListener ホルダクラス

複数の PreComponentActionListener を保持し管理するクラス。

構築子と解体子

◆ __init__()

OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.__init__ ( self)

コンストラクタ

◆ __del__()

OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.__del__ ( self)

デストラクタ

メソッド詳解

◆ addListener()

OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.addListener ( self,
listener )

リスナーの追加

リスナーを追加する。

引数
listener追加するリスナ void addListener(PreComponentActionListener* listener);

◆ notify()

OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.notify ( self,
ec_id )

リスナーへ通知する

登録されているリスナのコールバックメソッドを呼び出す。

引数
infoConnectorInfo void notify(UniqueId ec_id);

◆ removeListener()

OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.removeListener ( self,
listener )

リスナーの削除

リスナを削除する。

引数
listener削除するリスナ void removeListener(PreComponentActionListener* listener);

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