ModuleActionListener class.
More...
#include <ManagerActionListener.h>
|
| virtual | ~ModuleActionListener () |
| | Destructor. More...
|
| |
| virtual void | preLoad (std::string &modname, std::string &funcname)=0 |
| | preLoad callback function TODO: Documentation More...
|
| |
| virtual void | postLoad (std::string &modname, std::string &funcname)=0 |
| | postLoad callback function TODO: Documentation More...
|
| |
| virtual void | preUnload (std::string &modname)=0 |
| | preUnload callback function TODO: Documentation More...
|
| |
| virtual void | postUnload (std::string &modname)=0 |
| | postUnload callback function TODO: Documentation More...
|
| |
| virtual RTM::ModuleActionListener::~ModuleActionListener |
( |
| ) |
|
|
virtual |
| virtual void RTM::ModuleActionListener::postLoad |
( |
std::string & |
modname, |
|
|
std::string & |
funcname |
|
) |
| |
|
pure virtual |
postLoad callback function TODO: Documentation
| virtual void RTM::ModuleActionListener::postUnload |
( |
std::string & |
modname | ) |
|
|
pure virtual |
postUnload callback function TODO: Documentation
| virtual void RTM::ModuleActionListener::preLoad |
( |
std::string & |
modname, |
|
|
std::string & |
funcname |
|
) |
| |
|
pure virtual |
preLoad callback function TODO: Documentation
| 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: