Package io.microsphere.spring.context.event
-
Interface Summary Interface Description ApplicationEventInterceptor ApplicationEvent
InterceptorApplicationEventInterceptorChain ApplicationListenerInterceptor ApplicationListener
InterceptorApplicationListenerInterceptorChain BeanFactoryListener * TheEventListener
forBeanFactory
lifecycleBeanFactoryListenerAdapter TheBeanFactoryListener
AdapterBeanListener TheEventListener
for Bean lifecycleBeanListenerAdapter BeanListener
AdapterGenericApplicationListenerAdapter The adapter interface ofGenericApplicationListener
andSmartApplicationListener
-
Class Summary Class Description BeanPropertyChangedEvent The event published when a Beans' is changed.BeanTimeStatistics Bean Time StatisticsDeferredApplicationEventPublisher Before Spring Framework 4.2,AbstractApplicationContext
is an implementation ofApplicationEventPublisher
can't handle the earlyevent
that ispublished
beforeApplicationEventMulticaster
's initialization, in this scenario,DeferredApplicationEventPublisher
is introduced and used to resolveDeferredApplicationEventPublisher.publishEvent(ApplicationEvent)
too early to publishApplicationEvent
whenSpring ApplicationContexts' ApplicationEventMulticaster
is not ready.DependencyAnalysisBeanFactoryListener Dependency AnalysisBeanFactoryListener
EventPublishingBeanInitializer ApplicationContextInitializer
for Publishing Bean Event with the highest priorityInterceptingApplicationEventMulticaster InterceptingApplicationEventMulticaster
based onSimpleApplicationEventMulticaster
InterceptingApplicationEventMulticasterProxy InterceptingApplicationEventMulticaster
ProxyJavaBeansPropertyChangeListenerAdapter The adapter for Java BeansPropertyChangeListener
LoggingBeanFactoryListener LoggingBeanFactoryListener
LoggingBeanListener LoggingBeanListener
implementationOnceApplicationContextEventListener<E extends org.springframework.context.event.ApplicationContextEvent> The abstract classApplicationListener
forApplicationEvent
guarantees just one-time execution and prevents the event propagation in the hierarchicalApplicationContexts
ParallelPreInstantiationSingletonsBeanFactoryListener TheBeanFactoryListener
classpre-instantiates singletons
in parallel.