Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » context » event » [javadoc | source]
org.springframework.context.event
public class: ContextStoppedEvent [javadoc | source]
java.lang.Object
   java.util.EventObject
      org.springframework.context.ApplicationEvent
         org.springframework.context.event.ApplicationContextEvent
            org.springframework.context.event.ContextStoppedEvent

All Implemented Interfaces:
    Serializable

Event raised when an ApplicationContext gets stopped.
Constructor:
 public ContextStoppedEvent(ApplicationContext source) 
    Create a new ContextStoppedEvent.
    Parameters:
    source - the ApplicationContext that has been stopped (must not be null)
Methods from org.springframework.context.event.ApplicationContextEvent:
getApplicationContext
Methods from org.springframework.context.ApplicationEvent:
getTimestamp
Methods from java.util.EventObject:
getSource,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait