OpenRTM-aist-Python 2.0.0
Public Member Functions | List of all members
OpenRTM_aist.ComponentActionListener.PostComponentActionListenerHolder 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, ret)
 

Detailed Description

PostComponentActionListener holder class

This class manages one ore more instances of PostComponentActionListener class.

Constructor & Destructor Documentation

◆ __init__()

def OpenRTM_aist.ComponentActionListener.PostComponentActionListenerHolder.__init__ (   self)

Constructor

◆ __del__()

def OpenRTM_aist.ComponentActionListener.PostComponentActionListenerHolder.__del__ (   self)

Destructor

Member Function Documentation

◆ addListener()

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

Add the listener.

This method adds the listener.

Parameters
listenerAdded listener void addListener(PostComponentActionListener* listener);

◆ notify()

def OpenRTM_aist.ComponentActionListener.PostComponentActionListenerHolder.notify (   self,
  ec_id,
  ret 
)

Notify listeners.

This calls the Callback method of the registered listener.

Parameters
infoConnectorInfo
cdrdataData void notify(UniqueId ec_id, ReturnCode_t ret);

◆ removeListener()

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

Remove the listener.

This method removes the listener.

Parameters
listenerRemoved listener void removeListener(PostComponentActionListener* listener);

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