类 ContextStartedEvent

所有已实现的接口:
Serializable

public class ContextStartedEvent extends ApplicationContextEvent
Event raised when an ApplicationContext gets started.
作者:
TODAY
2018-09-10 10:52
另请参阅:
  • 构造器详细资料

    • ContextStartedEvent

      public ContextStartedEvent(ApplicationContext source)
      Create a new ContextStartedEvent.
      参数:
      source - the ApplicationContext that has been started (must not be null)