com.atlassian.plugin.event.events
Class PluginFrameworkResumingEvent

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

@ExperimentalApi
public class PluginFrameworkResumingEvent
extends Object

Event that signifies the plugin framework has resumed initialization in response to lateStartup.


Constructor Summary
PluginFrameworkResumingEvent(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

PluginFrameworkResumingEvent

public PluginFrameworkResumingEvent(PluginController pluginController,
                                    PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2014 Atlassian. All rights reserved.