RTC::PreComponentActionListenerHolder Class Reference

PreComponentActionListener holder class. More...

#include <ComponentActionListener.h>

List of all members.

Public Member Functions

 PreComponentActionListenerHolder ()
 Constructor.
virtual ~PreComponentActionListenerHolder ()
 Destructor.
void addListener (PreComponentActionListener *listener, bool autoclean)
 Add the listener.
void removeListener (PreComponentActionListener *listener)
 Remove the listener.
void notify (UniqueId ec_id)
 Notify listeners.

Detailed Description

PreComponentActionListener holder class.

This class manages one ore more instances of PreComponentActionListener class.


Constructor & Destructor Documentation

RTC::PreComponentActionListenerHolder::PreComponentActionListenerHolder (  ) 

Constructor.

virtual RTC::PreComponentActionListenerHolder::~PreComponentActionListenerHolder (  )  [virtual]

Destructor.


Member Function Documentation

void RTC::PreComponentActionListenerHolder::addListener ( PreComponentActionListener listener,
bool  autoclean 
)

Add the listener.

This method adds the listener.

Parameters:
listener Added listener
autoclean true:The listener is deleted at the destructor., false:The listener is not deleted at the destructor.
void RTC::PreComponentActionListenerHolder::notify ( UniqueId  ec_id  ) 
void RTC::PreComponentActionListenerHolder::removeListener ( PreComponentActionListener listener  ) 

Remove the listener.

This method removes the listener.

Parameters:
listener Removed listener
Generated on Fri Oct 28 18:31:18 2016 for OpenRTM-aist by  doxygen 1.6.3