org.springframework.context.event
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
public class ContextStoppedEvent
- extends ApplicationContextEvent
Event raised when an ApplicationContext
gets stopped.
- Since:
- 2.5
- Author:
- Mark Fisher, Juergen Hoeller
- See Also:
ContextStartedEvent
,
Serialized Form
ContextStoppedEvent
public ContextStoppedEvent(ApplicationContext source)
- Create a new ContextStoppedEvent.
- Parameters:
source
- the ApplicationContext
that has been stopped
(must not be null
)