Add this interface to your module class if other things can listen to module startup or shutdown.
More...
#include <Modules.h>
Add this interface to your module class if other things can listen to module startup or shutdown.
Definition at line 107 of file Modules.h.
◆ ShutdownModule()
| virtual void Mcro::Modules::IObservableModule::ShutdownModule |
( |
| ) |
|
|
overridevirtual |
◆ StartupModule()
| virtual void Mcro::Modules::IObservableModule::StartupModule |
( |
| ) |
|
|
overridevirtual |
◆ OnShutdownModule
Event broadcasted on module shutdown or immediately executed upon subscription if module has already been shut down.
Definition at line 123 of file Modules.h.
◆ OnStartupModule
Event broadcasted on module startup or immediately executed upon subscription if module has already been started up.
Definition at line 116 of file Modules.h.
The documentation for this class was generated from the following file: