jp.go.aist.rtm.RTC
Class PostComponentActionListener

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

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

PostComponentActionListener class

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


Constructor Summary
PostComponentActionListener()
           
 
Method Summary
abstract  void operator(int exec_handle, ReturnCode_t ret)
           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

PostComponentActionListener

public PostComponentActionListener()
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 exec_handle,
                              ReturnCode_t ret)
Virtual Callback function

This is a the Callback function for PostComponentActionListener.