java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextClosedEvent, ContextStoppedEvent, ContextStartedEvent, ContextRefreshedEvent
ApplicationContext.Juergen - Hoeller2.5 - | Constructor: |
|---|
|
| Method from org.springframework.context.event.ApplicationContextEvent Summary: |
|---|
| getApplicationContext |
| Methods from org.springframework.context.ApplicationEvent: |
|---|
| getTimestamp |
| Methods from java.util.EventObject: |
|---|
| getSource, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.context.event.ApplicationContextEvent Detail: |
|---|
ApplicationContext that the event was raised for. |