jp.go.aist.rtm.RTC
クラス PreComponentActionListener

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.PreComponentActionListener
すべての実装されたインタフェース:
java.util.Observer

public abstract class PreComponentActionListener
extends java.lang.Object
implements java.util.Observer

PreComponentActionListener クラス

OMG RTC仕様で定義されている以下のコンポーネントアクショントについ て、

各アクションに対応するユーザーコードが呼ばれる直前のタイミング でコールされるリスなクラスの基底クラス。


コンストラクタの概要
PreComponentActionListener()
           
 
メソッドの概要
abstract  void operator(int exec_handle)
          仮想コールバック関数 PreComponentActionListener のコールバック関数
 void update(java.util.Observable o, java.lang.Object obj)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PreComponentActionListener

public PreComponentActionListener()
メソッドの詳細

update

public void update(java.util.Observable o,
                   java.lang.Object obj)
定義:
インタフェース java.util.Observer 内の update

operator

public abstract void operator(int exec_handle)
仮想コールバック関数

PreComponentActionListener のコールバック関数