jp.go.aist.rtm.RTC
Class PostComponentActionListenerHolder

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

public class PostComponentActionListenerHolder
extends java.util.Observable

PostComponentActionListener holder class

This class manages one ore more instances of PostComponentActionListener class.


Constructor Summary
PostComponentActionListenerHolder()
           
 
Method Summary
 void notify(int ec_id, ReturnCode_t ret)
           
 
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

PostComponentActionListenerHolder

public PostComponentActionListenerHolder()
Method Detail

notify

public void notify(int ec_id,
                   ReturnCode_t ret)