public class ContextStoppedEvent extends ApplicationContextEvent
ApplicationContext gets stopped.ContextStartedEvent,
Serialized Formsource| Constructor and Description |
|---|
ContextStoppedEvent(ApplicationContext source)
Create a new
ContextStoppedEvent. |
getApplicationContextgetTimestampgetSource, toStringpublic ContextStoppedEvent(ApplicationContext source)
ContextStoppedEvent.source - the ApplicationContext that has been stopped
(must not be null)