类的使用
org.springframework.context.event.ApplicationContextEvent
使用ApplicationContextEvent的程序包 程序包 说明 org.springframework.context.event Support classes for application events, like standard context events.org.springframework.context.event中ApplicationContextEvent的使用
org.springframework.context.event中ApplicationContextEvent的子类 修饰符和类型 类 说明 classContextClosedEventEvent raised when anApplicationContextgets closed.classContextRefreshedEventEvent raised when anApplicationContextgets initialized or refreshed.classContextStartedEventEvent raised when anApplicationContextgets started.classContextStoppedEventEvent raised when anApplicationContextgets stopped.