![]() |
Plasma Engine
2.0
|
The data that is broadcast whenever a plugin is (un-) loaded. More...
#include <Plugin.h>
Public Types | |
enum | Type { BeforeLoading , AfterLoadingBeforeInit , AfterLoading , BeforeUnloading , StartupShutdown , AfterStartupShutdown , AfterUnloading , BeforePluginChanges , AfterPluginChanges } |
Public Attributes | |
Type | m_EventType |
Which type of event this is. | |
plStringView | m_sPluginBinary |
The file name of the affected plugin. | |
The data that is broadcast whenever a plugin is (un-) loaded.
enum plPluginEvent::Type |