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 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ContextRefreshedEvent.
|
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||
![]()
| |||||||||||||
![]() | |||||||||||||
![]() |
Create a new ContextRefreshedEvent.
source | the ApplicationContext that has been initialized
or refreshed (must not be null )
|
---|