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