OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ConfigurationListener.ConfigurationSetListenerHolder クラス

[詳解]

公開メンバ関数

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

詳解

ConfigurationSetListener ホルダクラス

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

構築子と解体子

◆ __init__()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListenerHolder.__init__ ( self)

コンストラクタ ConfigurationSetListenerHolder();

◆ __del__()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListenerHolder.__del__ ( self)

デストラクタ

メソッド詳解

◆ addListener()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListenerHolder.addListener ( self,
listener )

リスナーの追加

リスナーを追加する。

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

◆ notify()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListenerHolder.notify ( self,
config_set )

リスナーへ通知する

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

引数
infoConnectorInfo
cdrdataデータ void notify(const coil.Properties& config_set);

◆ removeListener()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListenerHolder.removeListener ( self,
listener )

リスナーの削除

リスナを削除する。

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

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