org.springframework.context.event
Class ContextClosedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.springframework.context.ApplicationEvent
              |
              +--org.springframework.context.event.ContextClosedEvent

public class ContextClosedEvent
extends ApplicationEvent

Event raised when an ApplicationContext gets closed.

Author:
Juergen Hoeller
Since: 12.08.2003

Constructor Summary
ContextClosedEvent(ApplicationContext source)
          Creates a new ContextClosedEvent.

Method Summary
 ApplicationContextgetApplicationContext()
           

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
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

ContextClosedEvent

public ContextClosedEvent(ApplicationContext source)
Creates a new ContextClosedEvent.
Parameters:
source - the ApplicationContext
Method Detail

getApplicationContext

public ApplicationContext getApplicationContext()