public class ContextRefreshedEvent extends ApplicationContextEvent
ApplicationContext gets initialized or refreshed.ContextClosedEvent,
Serialized Formsource| Constructor and Description |
|---|
ContextRefreshedEvent(ApplicationContext source)
Create a new
ContextRefreshedEvent. |
getApplicationContextgetTimestampgetSource, toStringpublic ContextRefreshedEvent(ApplicationContext source)
ContextRefreshedEvent.source - the ApplicationContext that has been initialized
or refreshed (must not be null)