org.springframework.context.event
Class ContextStartedEvent
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
               org.springframework.context.event.ContextStartedEvent
org.springframework.context.event.ContextStartedEvent
- All Implemented Interfaces: 
- Serializable
- public class ContextStartedEvent 
- extends ApplicationContextEvent
Event raised when an ApplicationContext gets started.
- Since:
- 2.5
- Author:
- Mark Fisher, Juergen Hoeller
- See Also:
- ContextStoppedEvent, 
Serialized Form
 
 
 
 
 
 
 
 
ContextStartedEvent
public ContextStartedEvent(ApplicationContext source)
- Create a new ContextStartedEvent.
 
- Parameters:
- source- the- ApplicationContextthat has been started
 (must not be- null)
 
Copyright © 2002-2008 The Spring Framework.