Class PluginFrameworkShuttingDownEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginFrameworkEvent
com.atlassian.plugin.event.events.PluginFrameworkShuttingDownEvent
Event that signifies the plugin framework is about to be shutdown.
- Since:
- 3.2.11
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginFrameworkShuttingDownEvent(PluginController pluginController, PluginAccessor pluginAccessor) -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginFrameworkEvent
getPluginAccessor, getPluginController
-
Constructor Details
-
PluginFrameworkShuttingDownEvent
public PluginFrameworkShuttingDownEvent(PluginController pluginController, PluginAccessor pluginAccessor)
-