spring-framework / org.springframework.context.event / ContextStartedEvent

ContextStartedEvent

open class ContextStartedEvent : ApplicationContextEvent

Event raised when an ApplicationContext gets started.

Author
Mark Fisher

Author
Juergen Hoeller

Since
2.5

See Also
ContextStoppedEvent

Constructors

<init>

ContextStartedEvent(source: ApplicationContext)

Create a new ContextStartedEvent.