クラス OpenRTM_aist.ComponentActionListener.PortActionListenerHolder

PortActionListener ホルダクラス. [詳細]

すべてのメンバ一覧

Public メソッド

def __init__
 コンストラクタ
def __del__
 デストラクタ
def addListener
 リスナーの追加
def removeListener
 リスナーの削除
def notify
 リスナーへ通知する

説明

PortActionListener ホルダクラス.

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


メソッド

def OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.addListener (   self,
  listener,
  autoclean 
)

リスナーの追加

リスナーを追加する。

引数:
listener 追加するリスナ
autoclean true:デストラクタで削除する, false:デストラクタで削除しない

void addListener(PortActionListener* listener, bool autoclean);

def OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.notify (   self,
  pprofile 
)

リスナーへ通知する

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

引数:
info ConnectorInfo
cdrdata データ

void notify(const RTC.PortProfile& pprofile);

def OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.removeListener (   self,
  listener 
)

リスナーの削除

リスナを削除する。

引数:
listener 削除するリスナ

void removeListener(PortActionListener* listener);


このクラスの説明は次のファイルから生成されました:
OpenRTM-aist-1.1.0-Pythonに対してMon Mar 2 14:14:07 2015に生成されました。  doxygen 1.6.3