Uses of Class
org.springframework.context.event.ApplicationContextEvent
Packages that use ApplicationContextEvent Package Description org.springframework.context.event Support classes for application events, like standard context events.Uses of ApplicationContextEvent in org.springframework.context.event
Subclasses of ApplicationContextEvent in org.springframework.context.event Modifier and Type Class Description classContextClosedEventEvent raised when anApplicationContextgets closed.classContextRefreshedEventEvent raised when anApplicationContextgets initialized or refreshed.classContextStartedEventEvent raised when anApplicationContextgets started.classContextStoppedEventEvent raised when anApplicationContextgets stopped.