jp.go.aist.rtm.RTC
Class ExecutionContextActionListener

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

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

ExecutionContextActionListener class

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


Constructor Summary
ExecutionContextActionListener()
           
 
Method Summary
abstract  void operator(int ec_id)
           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

ExecutionContextActionListener

public ExecutionContextActionListener()
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(int ec_id)
Virtual Callback function

This is a the Callback function for ExecutionContextActionListener.