Uses of Class
com.atlassian.plugin.event.events.PluginModuleEvent
Packages that use PluginModuleEvent
Package
Description
This package contains events that will be fired by the framework.
-
Uses of PluginModuleEvent in com.atlassian.plugin.event.events
Subclasses of PluginModuleEvent in com.atlassian.plugin.event.eventsModifier and TypeClassDescriptionclassSignifies a plugin module is now available outside the usual installation process.classEvent fired when a plugin module is disabled, which can also happen when its plugin is disabled or uninstalled.classEvent fired when a plugin module is about to be disabled, which can also happen when its plugin is about to be disabled or uninstalled.classEvent fired when a plugin module is enabled, which can also happen when its plugin is enabled or installed.classEvent fired when a plugin module is about to be enabled, which can also happen when its plugin is about to be enabled or installed.classBase class for events with persistent flag in addition to ModuleDescriptor context.classSignifies a plugin module is now unavailable outside the usual installation process.