jp.go.aist.rtm.RTC.executionContext
Class PeriodicECSharedComposite_impl.addCallback

java.lang.Object
  extended by jp.go.aist.rtm.RTC.ConfigurationSetListener
      extended by jp.go.aist.rtm.RTC.executionContext.PeriodicECSharedComposite_impl.addCallback
All Implemented Interfaces:
java.util.Observer
Enclosing class:
PeriodicECSharedComposite_impl

 class PeriodicECSharedComposite_impl.addCallback
extends ConfigurationSetListener

Callbackクラスの追加


Constructor Summary
PeriodicECSharedComposite_impl.addCallback(PeriodicECOrganization org)
           
 
Method Summary
 void operator(Properties config_set)
           Virtual Callback function
 
Methods inherited from class jp.go.aist.rtm.RTC.ConfigurationSetListener
update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicECSharedComposite_impl.addCallback

public PeriodicECSharedComposite_impl.addCallback(PeriodicECOrganization org)
Method Detail

operator

public void operator(Properties config_set)
Description copied from class: ConfigurationSetListener
Virtual Callback function

This is a the Callback function for ConfigurationSetListener.

Specified by:
operator in class ConfigurationSetListener