Class ContextRefreshedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ContextRefreshedEvent
- All Implemented Interfaces:
 Serializable
Event raised when an 
ApplicationContext gets initialized or refreshed.- Since:
 - 04.03.2003
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ContextRefreshedEvent. - 
Method Summary
Methods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContextMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
ContextRefreshedEvent
Create a new ContextRefreshedEvent.- Parameters:
 source- theApplicationContextthat has been initialized or refreshed (must not benull)
 
 -