public class ContextRefreshedEvent extends ApplicationContextEvent
ApplicationContext gets initialized or refreshed.ContextClosedEvent,
序列化表格source| 构造器和说明 |
|---|
ContextRefreshedEvent(ApplicationContext source)
Create a new ContextRefreshedEvent.
|
getApplicationContextgetTimestampgetSource, toStringpublic ContextRefreshedEvent(ApplicationContext source)
source - the ApplicationContext that has been initialized
or refreshed (must not be null)