public abstract class PostComponentActionListener
extends java.lang.Object
implements java.util.Observer
This class is abstract base class for listener classes that provides callbacks for various events in rtobject.
| Constructor and Description |
|---|
PostComponentActionListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
operator(int exec_handle,
ReturnCode_t ret)
Virtual Callback function
|
void |
update(java.util.Observable o,
java.lang.Object obj) |
public void update(java.util.Observable o,
java.lang.Object obj)
update in interface java.util.Observerpublic abstract void operator(int exec_handle,
ReturnCode_t ret)
This is a the Callback function for PostComponentActionListener.