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

More...

Inheritance diagram for OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder:
OpenRTM_aist.ListenerHolder.ListenerHolder

Public Member Functions

def __init__ (self)
 
def __del__ (self)
 
def preLoad (self, modname, funcname)
 
def postLoad (self, modname, funcname)
 
def preUnload (self, modname)
 
def postUnload (self, modname)
 
- Public Member Functions inherited from OpenRTM_aist.ListenerHolder.ListenerHolder
def __init__ (self)
 
def __del__ (self)
 
def addListener (self, listener)
 
def removeListener (self, listener)
 

Detailed Description

ModuleActionListenerHolder class

Constructor & Destructor Documentation

◆ __init__()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.__init__ (   self)

ListenerHolder class ctor

Reimplemented from OpenRTM_aist.ListenerHolder.ListenerHolder.

◆ __del__()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.__del__ (   self)

Destructor

Reimplemented from OpenRTM_aist.ListenerHolder.ListenerHolder.

Member Function Documentation

◆ postLoad()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.postLoad (   self,
  modname,
  funcname 
)

postLoad callback function TODO: Documentation virtual void postLoad(std::string& modname, std::string& funcname);

◆ postUnload()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.postUnload (   self,
  modname 
)

postUnload callback function TODO: Documentation virtual void postUnload(std::string& modname);

◆ preLoad()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.preLoad (   self,
  modname,
  funcname 
)

preLoad callback function TODO: Documentation virtual void preLoad(std::string& modname, std::string& funcname);

◆ preUnload()

def OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.preUnload (   self,
  modname 
)

preUnload callback function TODO: Documentation virtual void preUnload(std::string& modname);


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