org.springframework.context.event
Class ContextRefreshedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended byorg.springframework.context.event.ContextRefreshedEvent
All Implemented Interfaces:
Serializable

public class ContextRefreshedEvent
extends ApplicationEvent

Event raised when an ApplicationContext gets initialized or refreshed.

Since:
04.03.2003
Author:
Juergen Hoeller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ContextRefreshedEvent(ApplicationContext source)
          Creates a new ContextRefreshedEvent.
 
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

ContextRefreshedEvent

public ContextRefreshedEvent(ApplicationContext source)
Creates a new ContextRefreshedEvent.

Parameters:
source - the ApplicationContext
Method Detail

getApplicationContext

public ApplicationContext getApplicationContext()


Copyright (C) 2003-2004 The Spring Framework Project.