org.springframework.context.event
Class ApplicationContextEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.springframework.context.ApplicationEvent
org.springframework.context.ApplicationEvent
           org.springframework.context.event.ApplicationContextEvent
org.springframework.context.event.ApplicationContextEvent
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- ContextClosedEvent, ContextRefreshedEvent, ContextStartedEvent, ContextStoppedEvent
- public abstract class ApplicationContextEvent 
- extends ApplicationEvent
Base class for events raised for an ApplicationContext.
- Since:
- 2.5
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
 
 
ApplicationContextEvent
public ApplicationContextEvent(ApplicationContext source)
- Create a new ContextStartedEvent.
 
- Parameters:
- source- the- ApplicationContextthat the event is raised for
 (must not be- null)
 
getApplicationContext
public final ApplicationContext getApplicationContext()
- Get the ApplicationContextthat the event was raised for.
 
- 
 
Copyright © 2002-2008 The Spring Framework.