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