com.atlassian.plugin.event.events
Class PluginFrameworkShutdownEvent

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

public class PluginFrameworkShutdownEvent
extends Object

Event that signifies the plugin framework has been shutdown


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

PluginFrameworkShutdownEvent

public PluginFrameworkShutdownEvent(PluginController pluginController,
                                    PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2015 Atlassian. All rights reserved.