com.atlassian.plugin.event.events
Class PluginFrameworkWarmRestartingEvent

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

public class PluginFrameworkWarmRestartingEvent
extends Object

Signals a warm restart of the plugin framework is about to begin

Since:
2.3.0

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

PluginFrameworkWarmRestartingEvent

public PluginFrameworkWarmRestartingEvent(PluginController pluginController,
                                          PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2010 Atlassian. All Rights Reserved.