com.atlassian.plugin.event.events
Class PluginFrameworkShuttingDownEvent

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

public class PluginFrameworkShuttingDownEvent
extends Object

Event that signifies the plugin framework is about to be shutdown

Since:
3.2.11

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

PluginFrameworkShuttingDownEvent

public PluginFrameworkShuttingDownEvent(PluginController pluginController,
                                        PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2015 Atlassian. All rights reserved.