jp.go.aist.rtm.RTC
Class ConfigurationSetListener

java.lang.Object
  extended by jp.go.aist.rtm.RTC.ConfigurationSetListener
All Implemented Interfaces:
java.util.Observer

public abstract class ConfigurationSetListener
extends java.lang.Object
implements java.util.Observer

ConfigurationSetListener class

This class is abstract base class for listener classes that provides callbacks for various events in rtobject.


Constructor Summary
ConfigurationSetListener()
           
 
Method Summary
abstract  void operator(Properties config_set)
           Virtual Callback function
 void update(java.util.Observable o, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationSetListener

public ConfigurationSetListener()
Method Detail

update

public void update(java.util.Observable o,
                   java.lang.Object obj)
Specified by:
update in interface java.util.Observer

operator

public abstract void operator(Properties config_set)
Virtual Callback function

This is a the Callback function for ConfigurationSetListener.