Class ContextRefreshedEvent

All Implemented Interfaces:
Serializable

public class ContextRefreshedEvent extends ApplicationContextEvent
Event raised when an ApplicationContext gets initialized or refreshed.
Since:
04.03.2003
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • ContextRefreshedEvent

      public ContextRefreshedEvent(ApplicationContext source)
      Create a new ContextRefreshedEvent.
      Parameters:
      source - the ApplicationContext that has been initialized or refreshed (must not be null)