jp.go.aist.rtm.RTC
Class PortActionListener

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

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

PortActionListener class

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


Constructor Summary
PortActionListener()
           
 
Method Summary
abstract  void operator(PortProfile prof)
           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

PortActionListener

public PortActionListener()
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(PortProfile prof)
Virtual Callback function

This is a the Callback function for PortActionListener.