Class ContextClosedEvent

All Implemented Interfaces:
Serializable

public class ContextClosedEvent extends ApplicationContextEvent
Event raised when an ApplicationContext gets closed.
Since:
12.08.2003
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ContextClosedEvent

      public ContextClosedEvent(ApplicationContext source)
      Creates a new ContextClosedEvent.
      Parameters:
      source - the ApplicationContext that has been closed (must not be null)