jp.go.aist.rtm.RTC
Class ConfigurationSetListenerHolder

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

public class ConfigurationSetListenerHolder
extends java.util.Observable

ConfigurationSetListener holder class

This class manages one ore more instances of ConfigurationSetListener class.


Constructor Summary
ConfigurationSetListenerHolder()
           
 
Method Summary
 void notify(Properties config_set)
           
 
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

ConfigurationSetListenerHolder

public ConfigurationSetListenerHolder()
Method Detail

notify

public void notify(Properties config_set)