OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
RTC::ConfigurationParamListenerHolder Class Reference

ConfigurationParamListener holder class. More...

#include <ConfigurationListener.h>

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

◆ ConfigurationParamListenerHolder()

RTC::ConfigurationParamListenerHolder::ConfigurationParamListenerHolder ( )

Constructor .

◆ ~ConfigurationParamListenerHolder()

virtual RTC::ConfigurationParamListenerHolder::~ConfigurationParamListenerHolder ( )
virtual

Destructor .

Member Function Documentation

◆ addListener()

void RTC::ConfigurationParamListenerHolder::addListener ( ConfigurationParamListener * listener,
bool autoclean )

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.

◆ notify()

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

◆ removeListener()

void RTC::ConfigurationParamListenerHolder::removeListener ( ConfigurationParamListener * listener)

Remove the listener.

This method removes the listener.

Parameters
listenerRemoved listener

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