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