org.springframework.osgi.context.event
Class OsgiBundleContextRefreshedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent
org.springframework.osgi.context.event.OsgiBundleContextRefreshedEvent
- All Implemented Interfaces:
- Serializable
public class OsgiBundleContextRefreshedEvent
- extends OsgiBundleApplicationContextEvent
Event raised when an ApplicationContext#refresh() method executes
successfully inside an OSGi.
- Author:
- Costin Leau
- See Also:
- Serialized Form
OsgiBundleContextRefreshedEvent
public OsgiBundleContextRefreshedEvent(ApplicationContext source,
Bundle bundle)
- Constructs a new
OsgiBundleContextRefreshedEvent
instance.
- Parameters:
source
- event sourcebundle
- associated OSGi bundle
Copyright © 2006-2009 Spring Framework. All Rights Reserved.