Class PluginFrameworkDelayedEvent
java.lang.Object
com.atlassian.plugin.event.events.PluginFrameworkEvent
com.atlassian.plugin.event.events.PluginFrameworkDelayedEvent
Event that signifies the plugin framework is delayed after early startup and is waiting
to commence late startup.
- Since:
- 3.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginFrameworkDelayedEvent(PluginController pluginController, PluginAccessor pluginAccessor) -
Method Summary
Methods inherited from class com.atlassian.plugin.event.events.PluginFrameworkEvent
getPluginAccessor, getPluginController
-
Constructor Details
-
PluginFrameworkDelayedEvent
public PluginFrameworkDelayedEvent(PluginController pluginController, PluginAccessor pluginAccessor)
-