Public Member Functions | Private Attributes
OpenRTM_aist.ComponentActionListener.ExecutionContextActionListenerHolder Class Reference

ExecutionContextActionListener holder class. More...

List of all members.

Public Member Functions

def __del__
 Destructor.
def __init__
 Constructor.
def addListener
 Add the listener.
def notify
 Notify listeners.
def removeListener
 Remove the listener.

Private Attributes

 _listeners

Detailed Description

ExecutionContextActionListener holder class.

This class manages one ore more instances of ExecutionContextActionListener class.

Definition at line 966 of file ComponentActionListener.py.


Constructor & Destructor Documentation

Constructor.

Definition at line 976 of file ComponentActionListener.py.

Destructor.

Definition at line 987 of file ComponentActionListener.py.


Member Function Documentation

Add the listener.

This method adds the listener.

Parameters:
listenerAdded listener
autocleantrue:The listener is deleted at the destructor., false:The listener is not deleted at the destructor. void addListener(ExecutionContextActionListener* listener, bool autoclean);

Definition at line 1015 of file ComponentActionListener.py.

Notify listeners.

This calls the Callback method of the registered listener.

Parameters:
infoConnectorInfo
cdrdataData void notify(UniqueId ec_id);

Definition at line 1068 of file ComponentActionListener.py.

Remove the listener.

This method removes the listener.

Parameters:
listenerRemoved listener void removeListener(ExecutionContextActionListener* listener);

Definition at line 1037 of file ComponentActionListener.py.


Member Data Documentation

Definition at line 976 of file ComponentActionListener.py.


The documentation for this class was generated from the following file:


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:29