public class

ContextStartedEvent

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

Class Overview

Event raised when an ApplicationContext gets started.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
ContextStartedEvent(ApplicationContext source)
Create a new ContextStartedEvent.
[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 ContextStartedEvent (ApplicationContext source)

Create a new ContextStartedEvent.

Parameters
source the ApplicationContext that has been started (must not be null)