public class

ContextClosedEvent

extends ApplicationContextEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.context.event.ApplicationContextEvent
         ↳ org.springframework.context.event.ContextClosedEvent

Class Overview

Event raised when an ApplicationContext gets closed.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
ContextClosedEvent(ApplicationContext source)
Creates a new ContextClosedEvent.
[Expand]
Inherited Methods
From class org.springframework.context.event.ApplicationContextEvent
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public ContextClosedEvent (ApplicationContext source)

Creates a new ContextClosedEvent.

Parameters
source the ApplicationContext that has been closed (must not be null)