jp.go.aist.rtm.RTC
Class ConfigurationSetNameListenerHolder

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

public class ConfigurationSetNameListenerHolder
extends java.util.Observable

ConfigurationSetNameListener holder class

This class manages one ore more instances of ConfigurationSetNameListener class.


Constructor Summary
ConfigurationSetNameListenerHolder()
           
 
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

ConfigurationSetNameListenerHolder

public ConfigurationSetNameListenerHolder()
Method Detail

notify

public void notify(Properties config_set)