OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder Class Reference

More...

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

Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.__init__ ( self)

ListenerHolder class ctor

Reimplemented from OpenRTM_aist.ListenerHolder.ListenerHolder.

◆ __del__()

OpenRTM_aist.ManagerActionListener.ModuleActionListenerHolder.__del__ ( self)

Destructor

Reimplemented from OpenRTM_aist.ListenerHolder.ListenerHolder.

Member Function Documentation

◆ postLoad()

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

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

◆ postUnload()

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

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

◆ preLoad()

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

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

◆ preUnload()

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: