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