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

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.ComponentActionListeners

public class ComponentActionListeners
extends java.lang.Object

ComponentActionListeners クラス


フィールドの概要
 ExecutionContextActionListenerHolder[] ecaction_
           
 PortActionListenerHolder[] portaction_
           
 PostComponentActionListenerHolder[] postaction_
           
 PreComponentActionListenerHolder[] preaction_
           
 
コンストラクタの概要
ComponentActionListeners()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

preaction_

public PreComponentActionListenerHolder[] preaction_

postaction_

public PostComponentActionListenerHolder[] postaction_

portaction_

public PortActionListenerHolder[] portaction_

ecaction_

public ExecutionContextActionListenerHolder[] ecaction_
コンストラクタの詳細

ComponentActionListeners

public ComponentActionListeners()