Class PluginFrameworkShutdownEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginFrameworkEvent
com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent
Event that signifies the plugin framework has been shutdown.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginFrameworkShutdownEvent(PluginController pluginController, PluginAccessor pluginAccessor) -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginFrameworkEvent
getPluginAccessor, getPluginController
-
Constructor Details
-
PluginFrameworkShutdownEvent
public PluginFrameworkShutdownEvent(PluginController pluginController, PluginAccessor pluginAccessor)
-