Uses of Class
org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent

Packages that use OsgiBundleApplicationContextEvent
org.springframework.osgi.context.event Event package for OSGi application contexts. 
org.springframework.osgi.extender.event Spring-DM extender event package. 
 

Uses of OsgiBundleApplicationContextEvent in org.springframework.osgi.context.event
 

Classes in org.springframework.osgi.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.springframework.osgi.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.springframework.osgi.context.event with parameters of type OsgiBundleApplicationContextEvent
 void OsgiBundleApplicationContextEventMulticaster.multicastEvent(OsgiBundleApplicationContextEvent osgiListener)
          Multicast the given application event to appropriate listeners.
 void OsgiBundleApplicationContextEventMulticasterAdapter.multicastEvent(OsgiBundleApplicationContextEvent osgiEvent)
           
 

Uses of OsgiBundleApplicationContextEvent in org.springframework.osgi.extender.event
 

Subclasses of OsgiBundleApplicationContextEvent in org.springframework.osgi.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.
 



Copyright © 2006-2011 Spring Framework. All Rights Reserved.