Class PluginFrameworkResumingEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginFrameworkEvent
com.atlassian.plugin.event.events.PluginFrameworkResumingEvent
Event that signifies the plugin framework has resumed initialization in response to lateStartup.
- Since:
- 3.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginFrameworkResumingEvent(PluginController pluginController, PluginAccessor pluginAccessor) -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginFrameworkEvent
getPluginAccessor, getPluginController
-
Constructor Details
-
PluginFrameworkResumingEvent
public PluginFrameworkResumingEvent(PluginController pluginController, PluginAccessor pluginAccessor)
-