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

More...

Public Member Functions

def __init__ (self)
 
def addPreActionListener (self, ltype, listener)
 
def addPostActionListener (self, ltype, listener)
 
def addPortActionListener (self, ltype, listener)
 
def addECActionListener (self, ltype, listener)
 
def removePreActionListener (self, ltype, listener)
 
def removePostActionListener (self, ltype, listener)
 
def removePortActionListener (self, ltype, listener)
 
def removeECActionListener (self, ltype, listener)
 
def notifyPreAction (self, ltype, ec_id)
 
def notifyPostAction (self, ltype, ec_id, ret)
 
def notifyPortAction (self, ltype, pprofile)
 
def notifyECAction (self, ltype, ec_id)
 

Detailed Description

ComponentActionListeners class

Constructor & Destructor Documentation

◆ __init__()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.__init__ (   self)

Parameters
self

PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.

PostComponentActionListenerType listener array The PostComponentActionListenerType listener is stored.

PortActionListenerType listener array The PortActionListenerType listener is stored.

ExecutionContextActionListenerType listener array The ExecutionContextActionListenerType listener is stored.

Member Function Documentation

◆ addECActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addECActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ addPortActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addPortActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ addPostActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addPostActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ addPreActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addPreActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ notifyECAction()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyECAction (   self,
  ltype,
  ec_id 
)

Parameters
self
ltype
ec_id

◆ notifyPortAction()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyPortAction (   self,
  ltype,
  pprofile 
)

Parameters
self
ltype
pprofile

◆ notifyPostAction()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyPostAction (   self,
  ltype,
  ec_id,
  ret 
)

Parameters
self
ltype
ec_id
ret

◆ notifyPreAction()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyPreAction (   self,
  ltype,
  ec_id 
)

Parameters
self
ltype
ec_id

◆ removeECActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removeECActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ removePortActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removePortActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ removePostActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removePostActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

◆ removePreActionListener()

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removePreActionListener (   self,
  ltype,
  listener 
)

Parameters
self
ltype
listener
Returns

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