Uses of Class
com.atlassian.plugin.event.events.PluginModulePersistentEvent
Packages that use PluginModulePersistentEvent
Package
Description
This package contains events that will be fired by the framework.
-
Uses of PluginModulePersistentEvent in com.atlassian.plugin.event.events
Subclasses of PluginModulePersistentEvent in com.atlassian.plugin.event.eventsModifier and TypeClassDescriptionclassEvent 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.