public class ContextRefreshedEvent extends ApplicationContextEvent
ApplicationContext
gets initialized or refreshed.ContextClosedEvent
,
Serialized Formsource
Constructor and Description |
---|
ContextRefreshedEvent(ApplicationContext source)
Create a new
ContextRefreshedEvent . |
getApplicationContext
getTimestamp
getSource, toString
public ContextRefreshedEvent(ApplicationContext source)
ContextRefreshedEvent
.source
- the ApplicationContext
that has been initialized
or refreshed (must not be null
)