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