|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.springframework.context.ApplicationEvent org.springframework.context.event.ApplicationContextEvent
public abstract class ApplicationContextEvent
Base class for events raised for an ApplicationContext
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ApplicationContextEvent(ApplicationContext source)
Create a new ContextStartedEvent. |
Method Summary | |
---|---|
ApplicationContext |
getApplicationContext()
Get the ApplicationContext that the event was raised for. |
Methods inherited from class org.springframework.context.ApplicationEvent |
---|
getTimestamp |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationContextEvent(ApplicationContext source)
source
- the ApplicationContext
that the event is raised for
(must not be null
)Method Detail |
---|
public final ApplicationContext getApplicationContext()
ApplicationContext
that the event was raised for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |