OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ComponentActionListener.PortActionListenerHolder Class Reference

More...

Public Member Functions

 __init__ (self)
 
 __del__ (self)
 
 addListener (self, listener)
 
 removeListener (self, listener)
 
 notify (self, pprofile)
 

Detailed Description

PortActionListener holder class

This class manages one ore more instances of PortActionListener class.

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.__init__ ( self)

Constructor

◆ __del__()

OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.__del__ ( self)

Destructor

Member Function Documentation

◆ addListener()

OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.addListener ( self,
listener )

Add the listener.

This method adds the listener.

Parameters
listenerAdded listener void addListener(PortActionListener* listener);

◆ notify()

OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.notify ( self,
pprofile )

Notify listeners.

This calls the Callback method of the registered listener.

Parameters
infoConnectorInfo
cdrdataData void notify(const RTC.PortProfile& pprofile);

◆ removeListener()

OpenRTM_aist.ComponentActionListener.PortActionListenerHolder.removeListener ( self,
listener )

Remove the listener.

This method removes the listener.

Parameters
listenerRemoved listener void removeListener(PortActionListener* listener);

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