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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionContextClosedEvent
(ApplicationContext source) Creates a new ContextClosedEvent. -
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
-
ContextClosedEvent
Creates a new ContextClosedEvent.- Parameters:
source
- theApplicationContext
that has been closed (must not benull
)
-