com.atlassian.plugin.event.events
Class PluginFrameworkWarmRestartedEvent

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

public class PluginFrameworkWarmRestartedEvent
extends Object

Signals a warm restart of the plugin framework has been completed

Since:
2.3.0

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

PluginFrameworkWarmRestartedEvent

public PluginFrameworkWarmRestartedEvent(PluginController pluginController,
                                         PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2014 Atlassian. All rights reserved.