com.atlassian.plugin.event.events
Class PluginFrameworkStartingEvent

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

public class PluginFrameworkStartingEvent
extends java.lang.Object

Event that signifies the plugin framework is being started


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

PluginFrameworkStartingEvent

public PluginFrameworkStartingEvent(PluginController pluginController,
                                    PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.