public class

ContextRefreshedEvent

extends ApplicationContextEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ org.springframework.context.event.ApplicationContextEvent
         ↳ org.springframework.context.event.ContextRefreshedEvent

Class Overview

Event raised when an ApplicationContext gets initialized or refreshed.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
ContextRefreshedEvent(ApplicationContext source)
Create a new ContextRefreshedEvent.
[Expand]
Inherited Methods
From class org.springframework.context.event.ApplicationContextEvent
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public ContextRefreshedEvent (ApplicationContext source)

Create a new ContextRefreshedEvent.

Parameters
source the ApplicationContext that has been initialized or refreshed (must not be null)