com.atlassian.plugin.osgi.bridge
Class SpringOsgiEventBridge

java.lang.Object
  extended by com.atlassian.plugin.osgi.bridge.SpringOsgiEventBridge
All Implemented Interfaces:
EventListener, org.springframework.osgi.context.event.OsgiBundleApplicationContextListener

public class SpringOsgiEventBridge
extends Object
implements org.springframework.osgi.context.event.OsgiBundleApplicationContextListener

Bridges key Spring DM extender events with the plugin system

Since:
2.2.0

Constructor Summary
SpringOsgiEventBridge(PluginEventManager pluginEventManager)
           
 
Method Summary
 void onOsgiApplicationEvent(org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringOsgiEventBridge

public SpringOsgiEventBridge(PluginEventManager pluginEventManager)
Method Detail

onOsgiApplicationEvent

public void onOsgiApplicationEvent(org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent evt)
Specified by:
onOsgiApplicationEvent in interface org.springframework.osgi.context.event.OsgiBundleApplicationContextListener


Copyright © 2010 Atlassian. All Rights Reserved.