java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | org.springframework.context.ApplicationEvent | ||
↳ | org.springframework.context.event.ApplicationContextEvent |
![]() |
Base class for events raised for an ApplicationContext
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ContextStartedEvent.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the
ApplicationContext that the event was raised for. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Create a new ContextStartedEvent.
source | the ApplicationContext that the event is raised for
(must not be null )
|
---|
Get the ApplicationContext
that the event was raised for.