org.springframework.context.event
Class ContextRefreshedEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.springframework.context.ApplicationEvent
org.springframework.context.ApplicationEvent
           org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ApplicationContextEvent
               org.springframework.context.event.ContextRefreshedEvent
org.springframework.context.event.ContextRefreshedEvent
- All Implemented Interfaces: 
- Serializable
- public class ContextRefreshedEvent 
- extends ApplicationContextEvent
Event raised when an ApplicationContext gets initialized or refreshed.
- Since:
- 04.03.2003
- Author:
- Juergen Hoeller
- See Also:
- ContextClosedEvent, 
Serialized Form
 
 
 
 
 
 
 
 
ContextRefreshedEvent
public ContextRefreshedEvent(ApplicationContext source)
- Create a new ContextRefreshedEvent.
 
- Parameters:
- source- the- ApplicationContextthat has been initialized
 or refreshed (must not be- null)
 
Copyright © 2002-2008 The Spring Framework.