OpenRTM-aist-Python 2.0.0
Public Member Functions | List of all members
OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder Class Reference

More...

Public Member Functions

def __init__ (self)
 
def __del__ (self)
 
def addListener (self, listener)
 
def removeListener (self, listener)
 
def notify (self, ec_id)
 

Detailed Description

PreComponentActionListener holder class

This class manages one ore more instances of PreComponentActionListener class.

Constructor & Destructor Documentation

◆ __init__()

def OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.__init__ (   self)

Constructor

◆ __del__()

def OpenRTM_aist.ComponentActionListener.PreComponentActionListenerHolder.__del__ (   self)

Destructor

Member Function Documentation

◆ addListener()

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

Add the listener.

This method adds the listener.

Parameters
listenerAdded listener void addListener(PreComponentActionListener* listener);

◆ notify()

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

Notify listeners.

This calls the Callback method of the registered listener.

Parameters
infoConnectorInfo void notify(UniqueId ec_id);

◆ removeListener()

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

Remove the listener.

This method removes the listener.

Parameters
listenerRemoved listener void removeListener(PreComponentActionListener* listener);

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