Package org.springframework.osgi.context.event

Event package for OSGi application contexts.

See:
          Description

Interface Summary
OsgiBundleApplicationContextListener OSGi specific listener interested in notifications regarding the life cycle of OSGi application contexts.
 

Class Summary
OsgiBundleApplicationContextEvent Base class for events raised for an OSGi ApplicationContext.
OsgiBundleContextFailedEvent Event raised when an ConfigurableOsgiBundleApplicationContext failed.
OsgiBundleContextRefreshedEvent Event raised when an ConfigurableOsgiBundleApplicationContext refresh method executes successfully.
 

Package org.springframework.osgi.context.event Description

Event package for OSGi application contexts.
Provides events specific to OSGi application contexts. Note that these events are meant to be sent by the extender during the bootstrapping procedure of an application context, to third parties interested in monitoring the context lifecycle.



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