#include <Module.h>
Inheritance diagram for Impala::Application::MediaTable::Module:
Public Member Functions | |
Module (std::string type, std::string name) | |
Module () | |
std::string | GetType () |
std::string | GetName () |
void | AddModuleListener (ModuleListener *listener) |
Protected Attributes | |
std::vector< ModuleListener * > | mListeners |
Private Attributes | |
std::string | mModuleType |
std::string | mModuleName |
Definition at line 27 of file Module.h.