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

ContextClosedEvent

open class ContextClosedEvent : ApplicationContextEvent

Event raised when an ApplicationContext gets closed.

Author
Juergen Hoeller

Since
12.08.2003

See Also
ContextRefreshedEvent

Constructors

<init>

ContextClosedEvent(source: ApplicationContext)

Creates a new ContextClosedEvent.