Uses of Class
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEvent

Packages that use OsgiBundleApplicationContextEvent
org.eclipse.gemini.blueprint.context.event Event package for OSGi application contexts. 
org.eclipse.gemini.blueprint.extender.event Gemini Blueprint extender event package. 
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator   
org.eclipse.gemini.blueprint.extender.internal.support Support package for Gemini Blueprint extender. 
 

Uses of OsgiBundleApplicationContextEvent in org.eclipse.gemini.blueprint.context.event
 

Classes in org.eclipse.gemini.blueprint.context.event with type parameters of type OsgiBundleApplicationContextEvent
 interface OsgiBundleApplicationContextListener<E extends OsgiBundleApplicationContextEvent>
          OSGi specific listener interested in notifications regarding the life cycle of OSGi application contexts.
 

Subclasses of OsgiBundleApplicationContextEvent in org.eclipse.gemini.blueprint.context.event
 class OsgiBundleContextClosedEvent
          Event raised when an ApplicationContext#close() method executes inside an OSGi bundle.
 class OsgiBundleContextFailedEvent
          Event raised when the initialization of an ApplicationContext failed.
 class OsgiBundleContextRefreshedEvent
          Event raised when an ApplicationContext#refresh() method executes successfully.
 

Methods in org.eclipse.gemini.blueprint.context.event with parameters of type OsgiBundleApplicationContextEvent
 void OsgiBundleApplicationContextEventMulticasterAdapter.multicastEvent(OsgiBundleApplicationContextEvent osgiEvent)
           
 void OsgiBundleApplicationContextEventMulticaster.multicastEvent(OsgiBundleApplicationContextEvent osgiListener)
          Multicast the given application event to appropriate listeners.
 

Uses of OsgiBundleApplicationContextEvent in org.eclipse.gemini.blueprint.extender.event
 

Subclasses of OsgiBundleApplicationContextEvent in org.eclipse.gemini.blueprint.extender.event
 class BootstrappingDependenciesEvent
          Spring-DM Extender bootstrapping event.
 class BootstrappingDependenciesFailedEvent
          Bootstrapping event indicating a context has failed to initializsed due to unsatisfied mandatory dependencies.
 class BootstrappingDependencyEvent
          Spring-DM Extender bootstrapping event.
 

Uses of OsgiBundleApplicationContextEvent in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator
 

Methods in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator with parameters of type OsgiBundleApplicationContextEvent
 void BlueprintContainerProcessor.onOsgiApplicationEvent(OsgiBundleApplicationContextEvent evt)
           
 

Uses of OsgiBundleApplicationContextEvent in org.eclipse.gemini.blueprint.extender.internal.support
 

Methods in org.eclipse.gemini.blueprint.extender.internal.support with parameters of type OsgiBundleApplicationContextEvent
 void DefaultOsgiBundleApplicationContextListener.onOsgiApplicationEvent(OsgiBundleApplicationContextEvent event)
           
 



Copyright © 2006-2013. All Rights Reserved.