com.atlassian.plugin.event.events
Class PluginFrameworkDelayedEvent

java.lang.Object
  extended by com.atlassian.plugin.event.events.PluginFrameworkDelayedEvent

@ExperimentalApi
public class PluginFrameworkDelayedEvent
extends Object

Event that signifies the plugin framework is delayed after early startaup and is waiting to commence late startup.


Constructor Summary
PluginFrameworkDelayedEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
 
Method Summary
 PluginAccessor getPluginAccessor()
           
 PluginController getPluginController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginFrameworkDelayedEvent

public PluginFrameworkDelayedEvent(PluginController pluginController,
                                   PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2014 Atlassian. All rights reserved.