com.atlassian.plugin.osgi.bridge
Class SpringContextEventBridge
java.lang.Object
com.atlassian.plugin.osgi.bridge.SpringContextEventBridge
- All Implemented Interfaces:
- EventListener, org.springframework.osgi.context.event.OsgiBundleApplicationContextListener
public class SpringContextEventBridge
- extends 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
|
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 |
SpringContextEventBridge
public SpringContextEventBridge(PluginEventManager pluginEventManager)
onOsgiApplicationEvent
public void onOsgiApplicationEvent(org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent osgiEvent)
- Specified by:
onOsgiApplicationEvent in interface org.springframework.osgi.context.event.OsgiBundleApplicationContextListener
Copyright © 2015 Atlassian. All rights reserved.