public class BootstrappingDependencyEvent extends OsgiBundleApplicationContextEvent
| Modifier and Type | Field and Description |
|---|---|
private OsgiServiceDependencyEvent |
dependencyEvent |
| 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.
|
getBundleprivate final OsgiServiceDependencyEvent dependencyEvent
public BootstrappingDependencyEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle,
OsgiServiceDependencyEvent nestedEvent)
BootstrappingDependencyEvent instance.source - public OsgiServiceDependencyEvent getDependencyEvent()