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
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
ConstructorDescriptionCreate a new ContextStoppedEvent. -
Method Summary
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
-
Constructor Details
-
ContextStoppedEvent
Create a new ContextStoppedEvent.- Parameters:
source
- theApplicationContext
that has been stopped (must not benull
)
-