| java.lang.Object | ||||
| ↳ | java.util.EventObject | |||
| ↳ | org.springframework.context.ApplicationEvent | |||
| ↳ | org.springframework.context.event.ApplicationContextEvent | |||
| ↳ | org.springframework.context.event.ContextRefreshedEvent | |||
Event raised when an ApplicationContext gets initialized or refreshed.
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ContextRefreshedEvent.
| |||||||||||
|
[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
| |||||||||||||
Create a new ContextRefreshedEvent.
| source | the ApplicationContext that has been initialized
or refreshed (must not be null)
|
|---|
