当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ContextClosedEvent (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.context.event
Class ContextClosedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ContextClosedEvent
- All Implemented Interfaces:
- Serializable
public class ContextClosedEvent
- extends ApplicationEvent
Event raised when an ApplicationContext gets closed.
- Since:
- 12.08.2003
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
ContextClosedEvent
public ContextClosedEvent(ApplicationContext source)
- Creates a new ContextClosedEvent.
- Parameters:
source
- the ApplicationContext
getApplicationContext
public ApplicationContext getApplicationContext()
Copyright © 2002-2007 The Spring Framework.