Class ContextStoppedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ContextStoppedEvent
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ContextPausedEvent
Event raised when an 
ApplicationContext gets stopped.- Since:
 - 2.5
 - Author:
 - Mark Fisher, Juergen Hoeller
 - See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionCreate a newContextStoppedEvent. - 
Method Summary
Methods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContext, getSourceMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
ContextStoppedEvent
Create a newContextStoppedEvent.- Parameters:
 source- theApplicationContextthat has been stopped (must not benull)
 
 -