public class BootstrappingDependencyEvent extends OsgiBundleApplicationContextEvent
source| Constructor and Description |
|---|
BootstrappingDependencyEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
OsgiServiceDependencyEvent nestedEvent)
Constructs a new
BootstrappingDependencyEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
OsgiServiceDependencyEvent |
getDependencyEvent()
Returns the nested, dependency event that caused the bootstrapping event
to be raised.
|
getBundlegetApplicationContextgetSource, toStringpublic BootstrappingDependencyEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
OsgiServiceDependencyEvent nestedEvent)
BootstrappingDependencyEvent instance.source - public OsgiServiceDependencyEvent getDependencyEvent()
Copyright © 2006–2015. All rights reserved.