Package org.springframework.osgi.context.event

Event package for OSGi application contexts.

See:
          Description

Interface Summary
OsgiBundleApplicationContextEventMulticaster Interface to be implemented by objects that can manage a number of OsgiBundleApplicationContextListeners, and publish events to them.
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 ApplicationContext created inside an OSGi environment.
OsgiBundleApplicationContextEventMulticasterAdapter Adapter class between Spring ApplicationEventMulticaster and Spring-DM OsgiBundleApplicationContextEventMulticaster.
OsgiBundleContextFailedEvent Event raised when an ApplicationContext failed.
OsgiBundleContextRefreshedEvent Event raised when an ApplicationContext#refresh() method executes successfully inside an OSGi.
 

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-2009 Spring Framework. All Rights Reserved.