Public Member Functions | Private Attributes
OpenRTM_aist.ConfigurationListener.ConfigurationParamListenerHolder Class Reference

ConfigurationParamListener holder class. More...

List of all members.

Public Member Functions

def __del__
 Destructor.
def __init__
 Constructor ConfigurationParamListenerHolder();.
def addListener
 Add the listener.
def notify
 Notify listeners.
def removeListener
 Remove the listener.

Private Attributes

 _listeners

Detailed Description

ConfigurationParamListener holder class.

This class manages one ore more instances of ConfigurationParamListener class.

Definition at line 422 of file ConfigurationListener.py.


Constructor & Destructor Documentation

Constructor ConfigurationParamListenerHolder();.

Definition at line 433 of file ConfigurationListener.py.

Destructor.

Definition at line 444 of file ConfigurationListener.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(ConfigurationParamListener* listener, bool autoclean);

Definition at line 472 of file ConfigurationListener.py.

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListenerHolder.notify (   self,
  config_set_name,
  config_param_name 
)

Notify listeners.

This calls the Callback method of the registered listener.

Parameters:
infoConnectorInfo
cdrdataData void notify(const char* config_set_name, const char* config_param_name);

Definition at line 525 of file ConfigurationListener.py.

Remove the listener.

This method removes the listener.

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

Definition at line 494 of file ConfigurationListener.py.


Member Data Documentation

Definition at line 433 of file ConfigurationListener.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