com.atlassian.plugin.event.events
Class PluginFrameworkStartedEvent

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

public class PluginFrameworkStartedEvent
extends java.lang.Object

Event that signifies the plugin framework has been started and initialized


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

PluginFrameworkStartedEvent

public PluginFrameworkStartedEvent(PluginController pluginController,
                                   PluginAccessor pluginAccessor)
Method Detail

getPluginController

public PluginController getPluginController()

getPluginAccessor

public PluginAccessor getPluginAccessor()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.