org.eclipse.gemini.blueprint.context.event
Class OsgiBundleContextRefreshedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextEvent
org.eclipse.gemini.blueprint.context.event.OsgiBundleContextRefreshedEvent
- All Implemented Interfaces:
- Serializable
public class OsgiBundleContextRefreshedEvent
- extends OsgiBundleApplicationContextEvent
Event raised when an ApplicationContext#refresh() method executes
successfully.
- Author:
- Costin Leau
- See Also:
- Serialized Form
Constructor Summary |
OsgiBundleContextRefreshedEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle)
Constructs a new OsgiBundleContextRefreshedEvent instance. |
Methods inherited from class org.springframework.context.event.ApplicationContextEvent |
getApplicationContext |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
OsgiBundleContextRefreshedEvent
public OsgiBundleContextRefreshedEvent(org.springframework.context.ApplicationContext source,
org.osgi.framework.Bundle bundle)
- Constructs a new
OsgiBundleContextRefreshedEvent
instance.
- Parameters:
source
- event sourcebundle
- associated OSGi bundle
Copyright © 2006-2013. All Rights Reserved.