| java.lang.Object | ||||
| ↳ | java.util.EventObject | |||
| ↳ | org.springframework.context.ApplicationEvent | |||
| ↳ | org.springframework.context.event.ApplicationContextEvent | |||
| ↳ | org.springframework.context.event.ContextClosedEvent | |||
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||||
Creates a new ContextClosedEvent.
| source | the ApplicationContext that has been closed
(must not be null)
|
|---|
