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