Class ContextPausedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ContextStoppedEvent
org.springframework.context.event.ContextPausedEvent
- All Implemented Interfaces:
 Serializable
Event raised when an 
ApplicationContext gets paused.
Note that ContextPausedEvent is a specialization of
ContextStoppedEvent.
- Since:
 - 7.0
 - Author:
 - Juergen Hoeller
 - See Also:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionContextPausedEvent(ApplicationContext source) Create a newContextPausedEvent. - 
Method Summary
Methods inherited from class ApplicationContextEvent
getApplicationContext, getSourceMethods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
toString 
- 
Constructor Details
- 
ContextPausedEvent
Create a newContextPausedEvent.- Parameters:
 source- theApplicationContextthat has been paused (must not benull)
 
 -