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 EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionContextClosedEvent
(ApplicationContext source) Create a newContextClosedEvent
. -
Method Summary
Methods inherited from class ApplicationContextEvent
getApplicationContext, getSource
Methods inherited from class ApplicationEvent
getTimestamp
Methods inherited from class EventObject
toString
-
Constructor Details
-
ContextClosedEvent
Create a newContextClosedEvent
.- Parameters:
source
- theApplicationContext
that has been closed (must not benull
)
-