Package io.microsphere.spring.context.event
-
Interface Summary Interface Description ApplicationEventInterceptor ApplicationEventInterceptorApplicationEventInterceptorChain ApplicationListenerInterceptor ApplicationListenerInterceptorApplicationListenerInterceptorChain BeanFactoryListener * TheEventListenerforBeanFactorylifecycleBeanListener TheEventListenerfor Bean lifecycle -
Class Summary Class Description BeanFactoryListenerAdapter TheBeanFactoryListenerAdapterBeanListenerAdapter BeanListenerAdapterBeanPropertyChangedEvent The event published when a Beans' is changed.BeanTimeStatistics Bean Time StatisticsDeferredApplicationEventPublisher Before Spring Framework 4.2,AbstractApplicationContextis an implementation ofApplicationEventPublishercan't handle the earlyeventthat ispublishedbeforeApplicationEventMulticaster's initialization, in this scenario,DeferredApplicationEventPublisheris introduced and used to resolveDeferredApplicationEventPublisher.publishEvent(ApplicationEvent)too early to publishApplicationEventwhenSpring ApplicationContexts' ApplicationEventMulticasteris not ready.DependencyAnalysisBeanFactoryListener Dependency AnalysisBeanFactoryListenerEventPublishingBeanInitializer ApplicationContextInitializerfor Publishing Bean Event with highest priorityInterceptingApplicationEventMulticaster InterceptingApplicationEventMulticasterbased onSimpleApplicationEventMulticasterInterceptingApplicationEventMulticasterProxy InterceptingApplicationEventMulticasterProxyJavaBeansPropertyChangeListenerAdapter The adapter for Java BeansPropertyChangeListenerLoggingBeanFactoryListener LoggingBeanFactoryListenerLoggingBeanListener LoggingBeanListenerimplementationOnceApplicationContextEventListener<E extends org.springframework.context.event.ApplicationContextEvent> The abstract classApplicationListenerforApplicationEventguarantees just one-time execution and prevents the event propagation in the hierarchicalApplicationContextsParallelPreInstantiationSingletonsBeanFactoryListener TheBeanFactoryListenerclasspre-instantiates singletonsin parallel.