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