クラス
jp.go.aist.rtm.RTC.PortActionListener の使用

PortActionListener を使用しているパッケージ
jp.go.aist.rtm.RTC   
 

jp.go.aist.rtm.RTC での PortActionListener の使用
 

PortActionListener を返す jp.go.aist.rtm.RTC のメソッド
<DataType> PortActionListener
RTObject_impl.addPortActionListener(int listener_type, DataType obj, java.lang.String memfunc)
          PortActionListener リスナを追加する {@.ja Portの追加、削除時にコールバックされる各種リスナを設定する。
 

PortActionListener 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 void RTObject_impl.addPortActionListener(int listener_type, PortActionListener listener)
          PortActionListener リスナを追加する {@.ja Portの追加、削除時にコールバックされる各種リスナを設定する。
 void RTObject_impl.addPortActionListener(int listener_type, PortActionListener listener, boolean autoclean)
          PortActionListener リスナを追加する {@.ja Portの追加、削除時にコールバックされる各種リスナを設定する。
 void RTObject_impl.removePortActionListener(int listener_type, PortActionListener listener)
          PortActionListener リスナを削除する 設定した各種リスナを削除する。