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

PostComponentActionListener 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

PostComponentActionListener holder class.

This class manages one ore more instances of PostComponentActionListener class.

Definition at line 721 of file ComponentActionListener.py.


Constructor & Destructor Documentation

Constructor.

Definition at line 731 of file ComponentActionListener.py.

Destructor.

Definition at line 742 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(PostComponentActionListener* listener, bool autoclean);

Definition at line 769 of file ComponentActionListener.py.

Notify listeners.

This calls the Callback method of the registered listener.

Parameters:
infoConnectorInfo
cdrdataData void notify(UniqueId ec_id, ReturnCode_t ret);

Definition at line 821 of file ComponentActionListener.py.

Remove the listener.

This method removes the listener.

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

Definition at line 790 of file ComponentActionListener.py.


Member Data Documentation

Definition at line 731 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