jp.go.aist.rtm.RTC
Class ExecutionContextActionListenerHolder

java.lang.Object
  extended by java.util.Observable
      extended by jp.go.aist.rtm.RTC.ExecutionContextActionListenerHolder

public class ExecutionContextActionListenerHolder
extends java.util.Observable

ExecutionContextActionListener holder class

This class manages one ore more instances of ExecutionContextActionListener class.


Constructor Summary
ExecutionContextActionListenerHolder()
           
 
Method Summary
 void notify(int ec_id)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextActionListenerHolder

public ExecutionContextActionListenerHolder()
Method Detail

notify

public void notify(int ec_id)