Class ContextStoppedEvent

All Implemented Interfaces:
Serializable

public class ContextStoppedEvent extends ApplicationContextEvent
Event raised when an ApplicationContext gets stopped.
Since:
2.5
Author:
Mark Fisher, Juergen Hoeller
See Also:
  • Constructor Details

    • ContextStoppedEvent

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