类 ContextRefreshedEvent

所有已实现的接口:
Serializable

public class ContextRefreshedEvent extends ApplicationContextEvent
Event raised when an ApplicationContext gets initialized or refreshed.
从以下版本开始:
4.0
作者:
Juergen Hoeller, Harry Yang 2021/11/12 17:08
另请参阅:
  • 构造器详细资料

    • ContextRefreshedEvent

      public ContextRefreshedEvent(ApplicationContext source)
      Create a new ContextRefreshedEvent.
      参数:
      source - the ApplicationContext that has been initialized or refreshed (must not be null)