org.springframework.context.event
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
public class ContextClosedEvent
- extends ApplicationContextEvent
Event raised when an ApplicationContext
gets closed.
- Since:
- 12.08.2003
- Author:
- Juergen Hoeller
- See Also:
ContextRefreshedEvent
,
Serialized Form
ContextClosedEvent
public ContextClosedEvent(ApplicationContext source)
- Creates a new ContextClosedEvent.
- Parameters:
source
- the ApplicationContext
that has been closed
(must not be null
)