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