Module Lifecycle
Announced before each module that is loaded.
interceptData
moduleLocation - Path to the module
moduleName - Name of the module
Announced after each module that is loaded.
interceptData
moduleLocation - Path to the module
moduleName - Name of the module
preModuleUnLoad
Announced before each module that is unloaded.
interceptData
moduleName - Name of the module
postModuleUnload
Announced after each module that is unloaded.
interceptData
moduleName - Name of the module