public abstract class ApplicationContextEvent extends ApplicationEvent
ApplicationContext.source| Constructor and Description | 
|---|
ApplicationContextEvent(ApplicationContext source)
Create a new ContextStartedEvent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationContext | 
getApplicationContext()
Get the  
ApplicationContext that the event was raised for. | 
getTimestampgetSource, toStringpublic ApplicationContextEvent(ApplicationContext source)
source - the ApplicationContext that the event is raised for
 (must not be null)public final ApplicationContext getApplicationContext()
ApplicationContext that the event was raised for.