类 ContextStoppedEvent

所有已实现的接口:
Serializable

public class ContextStoppedEvent extends ApplicationContextEvent
Event raised when an ApplicationContext gets stopped.
从以下版本开始:
4.0
作者:
Mark Fisher, Juergen Hoeller, TODAY 2021/11/12 17:07
另请参阅:
  • 构造器详细资料

    • ContextStoppedEvent

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