ModuleActionListener class.
More...
#include <ManagerActionListener.h>
|
| virtual | ~ModuleActionListener () |
| | Destructor .
|
| |
| virtual void | preLoad (std::string &modname, std::string &funcname)=0 |
| | preLoad callback function TODO: Documentation
|
| |
| virtual void | postLoad (std::string &modname, std::string &funcname)=0 |
| | postLoad callback function TODO: Documentation
|
| |
| virtual void | preUnload (std::string &modname)=0 |
| | preUnload callback function TODO: Documentation
|
| |
| virtual void | postUnload (std::string &modname)=0 |
| | postUnload callback function TODO: Documentation
|
| |
◆ ~ModuleActionListener()
| virtual RTM::ModuleActionListener::~ModuleActionListener |
( |
| ) |
|
|
virtual |
◆ postLoad()
| virtual void RTM::ModuleActionListener::postLoad |
( |
std::string & | modname, |
|
|
std::string & | funcname ) |
|
pure virtual |
postLoad callback function TODO: Documentation
◆ postUnload()
| virtual void RTM::ModuleActionListener::postUnload |
( |
std::string & | modname | ) |
|
|
pure virtual |
postUnload callback function TODO: Documentation
◆ preLoad()
| virtual void RTM::ModuleActionListener::preLoad |
( |
std::string & | modname, |
|
|
std::string & | funcname ) |
|
pure virtual |
preLoad callback function TODO: Documentation
◆ preUnload()
| virtual void RTM::ModuleActionListener::preUnload |
( |
std::string & | modname | ) |
|
|
pure virtual |
preUnload callback function TODO: Documentation
The documentation for this class was generated from the following file: