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

ContextStoppedEvent

open class ContextStoppedEvent : ApplicationContextEvent

Event raised when an ApplicationContext gets stopped.

Author
Mark Fisher

Author
Juergen Hoeller

Since
2.5

See Also
ContextStartedEvent

Constructors

<init>

ContextStoppedEvent(source: ApplicationContext)

Create a new ContextStoppedEvent.