Class ContextClosedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ContextClosedEvent
- All Implemented Interfaces:
- Serializable
Event raised when an 
ApplicationContext gets closed.- Since:
- 12.08.2003
- Author:
- Juergen Hoeller
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionContextClosedEvent(ApplicationContext source) Create a newContextClosedEvent.
- 
Method SummaryMethods inherited from class org.springframework.context.event.ApplicationContextEventgetApplicationContextMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ContextClosedEventCreate a newContextClosedEvent.- Parameters:
- source- the- ApplicationContextthat has been closed (must not be- null)
 
 
-