类 ContextRefreshedEvent
java.lang.Object
java.util.EventObject
cn.taketoday.context.ApplicationEvent
cn.taketoday.context.event.ApplicationContextEvent
cn.taketoday.context.event.ContextRefreshedEvent
- 所有已实现的接口:
Serializable
Event raised when an
ApplicationContext gets initialized or refreshed.- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, Harry Yang 2021/11/12 17:08
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.context.event.ApplicationContextEvent
getApplicationContext, getBeanFactory, getSource, unwrapFactory从类继承的方法 cn.taketoday.context.ApplicationEvent
getTimestamp从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
ContextRefreshedEvent
Create a new ContextRefreshedEvent.- 参数:
source- theApplicationContextthat has been initialized or refreshed (must not benull)
-