| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | org.springframework.context.ApplicationEvent | ||
| ↳ | org.springframework.context.event.ApplicationContextEvent | ||
Known Direct Subclasses
|
Base class for events raised for an ApplicationContext.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ContextStartedEvent.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the
ApplicationContext that the event was raised for. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.context.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
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.