org.springframework.osgi.context.event
Class OsgiBundleContextRefreshedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.context.event.ApplicationContextEvent
              extended by org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent
                  extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OsgiBundleContextRefreshedEvent(ApplicationContext source, Bundle bundle)
          Constructs a new OsgiBundleContextRefreshedEvent instance.
 
Method Summary
 
Methods inherited from class org.springframework.osgi.context.event.OsgiBundleApplicationContextEvent
getBundle
 
Methods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContext
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OsgiBundleContextRefreshedEvent

public OsgiBundleContextRefreshedEvent(ApplicationContext source,
                                       Bundle bundle)
Constructs a new OsgiBundleContextRefreshedEvent instance.

Parameters:
source - event source
bundle - associated OSGi bundle


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