OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder Class Reference

PreComponentActionListener holder class. More...

List of all members.

Public Member Functions

def __init__
 Constructor.
def __del__
 Destructor.
def addListener
 Add the listener.
def removeListener
 Remove the listener.
def notify
 Notify listeners.

Detailed Description

PreComponentActionListener holder class.

This class manages one ore more instances of PreComponentActionListener class.


Member Function Documentation

def OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.addListener (   self,
  listener,
  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 addListener(PreComponentActionListener* listener, bool autoclean);

def OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.notify (   self,
  ec_id 
)

Notify listeners.

This calls the Callback method of the registered listener.

Parameters:
info ConnectorInfo

void notify(UniqueId ec_id);

def OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.removeListener (   self,
  listener 
)

Remove the listener.

This method removes the listener.

Parameters:
listener Removed listener

void removeListener(PreComponentActionListener* listener);


The documentation for this class was generated from the following file:
Generated on Mon Mar 2 14:14:03 2015 for OpenRTM-aist-1.1.0-Python by  doxygen 1.6.3