com.atlassian.plugin.osgi.bridge
Class SpringContextEventBridge

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

public class SpringContextEventBridge
extends java.lang.Object
implements org.springframework.osgi.context.event.OsgiBundleApplicationContextListener

Bridge for internal spring context events and the plugin framework event system, specifically when the internal spring context is waiting for OSGi service dependencies.

Since:
2.2.1

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

Constructor Detail

SpringContextEventBridge

public SpringContextEventBridge(PluginEventManager pluginEventManager)
Method Detail

onOsgiApplicationEvent

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


Copyright © 2013 Atlassian. All Rights Reserved.