org.springframework.context.event
Class ContextClosedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContextClosedEvent(ApplicationContext source)
          Creates a new ContextClosedEvent.
 
Method Summary
 ApplicationContext getApplicationContext()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextClosedEvent

public ContextClosedEvent(ApplicationContext source)
Creates a new ContextClosedEvent.

Parameters:
source - the ApplicationContext
Method Detail

getApplicationContext

public ApplicationContext getApplicationContext()


Copyright (c) 2002-2007 The Spring Framework Project.