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