OpenRTM  1.0.0
Public Member Functions
RTC::ConfigurationParamListenerHolder Class Reference

ConfigurationParamListener holder class. More...

#include <ConfigurationListener.h>

List of all members.

Public Member Functions

 ConfigurationParamListenerHolder ()
 Constructor.
virtual ~ConfigurationParamListenerHolder ()
 Destructor.
void addListener (ConfigurationParamListener *listener, bool autoclean)
 Add the listener.
void removeListener (ConfigurationParamListener *listener)
 Remove the listener.
void notify (const char *config_set_name, const char *config_param_name)
 Notify listeners.

Detailed Description

ConfigurationParamListener holder class.

This class manages one ore more instances of ConfigurationParamListener class.


Constructor & Destructor Documentation

Constructor.

Destructor.


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 RTC::ConfigurationParamListenerHolder::notify ( const char *  config_set_name,
const char *  config_param_name 
)

Notify listeners.

This calls the Callback method of the registered listener.

Parameters:
infoConnectorInfo
cdrdataData

Remove the listener.

This method removes the listener.

Parameters:
listenerRemoved listener