Uses of Class
com.atlassian.plugin.event.PluginEventListener

Packages that use PluginEventListener
com.atlassian.plugin.classloader   
com.atlassian.plugin.loaders   
com.atlassian.plugin.manager   
com.atlassian.plugin.osgi.container.felix Classes to manage interactions with the Apache Felix container 
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
com.atlassian.plugin.servlet   
com.atlassian.plugin.servlet.download.plugin   
com.atlassian.plugin.tracker   
 

Uses of PluginEventListener in com.atlassian.plugin.classloader
 

Methods in com.atlassian.plugin.classloader with annotations of type PluginEventListener
 void PluginsClassLoader.onPluginEnabled(PluginEnabledEvent event)
           
 void PluginsClassLoader.onPluginModuleEnabled(PluginModuleEnabledEvent event)
           
 

Uses of PluginEventListener in com.atlassian.plugin.loaders
 

Methods in com.atlassian.plugin.loaders with annotations of type PluginEventListener
 void ScanningPluginLoader.onShutdown(PluginFrameworkShutdownEvent event)
          Called during plugin framework shutdown
 

Uses of PluginEventListener in com.atlassian.plugin.manager
 

Methods in com.atlassian.plugin.manager with annotations of type PluginEventListener
 void DefaultPluginManager.onPluginContainerUnavailable(PluginContainerUnavailableEvent event)
           
 void DefaultPluginManager.onPluginModuleAvailable(PluginModuleAvailableEvent event)
           
 void DefaultPluginManager.onPluginModuleUnavailable(PluginModuleUnavailableEvent event)
           
 void DefaultPluginManager.onPluginRefresh(PluginRefreshedEvent event)
           
 

Uses of PluginEventListener in com.atlassian.plugin.osgi.container.felix
 

Methods in com.atlassian.plugin.osgi.container.felix with annotations of type PluginEventListener
 void FelixOsgiContainerManager.onPluginFrameworkWarmRestarting(PluginFrameworkWarmRestartingEvent event)
           
 void FelixOsgiContainerManager.onPluginUninstallation(PluginUninstalledEvent event)
           
 void FelixOsgiContainerManager.onPluginUpgrade(PluginUpgradedEvent event)
           
 void FelixOsgiContainerManager.onShutdown(PluginFrameworkShutdownEvent event)
           
 void FelixOsgiContainerManager.onStart(PluginFrameworkStartingEvent event)
           
 

Uses of PluginEventListener in com.atlassian.plugin.osgi.factory
 

Methods in com.atlassian.plugin.osgi.factory with annotations of type PluginEventListener
 void OsgiPlugin.onServiceDependencyWaitEnded(PluginServiceDependencyWaitEndedEvent event)
           
 void OsgiPlugin.onServiceDependencyWaitEnded(PluginServiceDependencyWaitTimedOutEvent event)
           
 void OsgiPlugin.onServiceDependencyWaitStarting(PluginServiceDependencyWaitStartingEvent event)
           
 void OsgiPlugin.onSpringContextFailed(PluginContainerFailedEvent event)
          Called when the spring context for the bundle has failed to be created.
 void OsgiPlugin.onSpringContextRefresh(PluginContainerRefreshedEvent event)
          Called when the spring context for the bundle has been created or refreshed.
 

Uses of PluginEventListener in com.atlassian.plugin.servlet
 

Methods in com.atlassian.plugin.servlet with annotations of type PluginEventListener
 void DefaultServletModuleManager.onPluginDisabled(PluginDisabledEvent event)
          Call the plugins servlet context listeners contextDestroyed methods and cleanup any servlet contexts that are associated with the plugin that was disabled.
 

Uses of PluginEventListener in com.atlassian.plugin.servlet.download.plugin
 

Methods in com.atlassian.plugin.servlet.download.plugin with annotations of type PluginEventListener
 void PluggableDownloadStrategy.pluginModuleDisabled(PluginModuleDisabledEvent event)
           
 void PluggableDownloadStrategy.pluginModuleEnabled(PluginModuleEnabledEvent event)
           
 

Uses of PluginEventListener in com.atlassian.plugin.tracker
 

Methods in com.atlassian.plugin.tracker with annotations of type PluginEventListener
 void DefaultPluginModuleTracker.onPluginDisabled(PluginDisabledEvent event)
           
 void DefaultPluginModuleTracker.onPluginModuleDisabled(PluginModuleDisabledEvent event)
           
 void DefaultPluginModuleTracker.onPluginModuleEnabled(PluginModuleEnabledEvent event)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.