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