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