Uses of Package
io.microsphere.spring.context.event
-
Packages that use io.microsphere.spring.context.event Package Description io.microsphere.spring.cache.intereptor io.microsphere.spring.context.event -
Classes in io.microsphere.spring.context.event used by io.microsphere.spring.cache.intereptor Class Description OnceApplicationContextEventListener AbstractApplicationListener
base class for handlingApplicationContextEvent
in a one-time execution manner. -
Classes in io.microsphere.spring.context.event used by io.microsphere.spring.context.event Class Description ApplicationEventInterceptorChain A chain ofApplicationEventInterceptor
instances that can be used to apply cross-cutting logic before and after the processing of anApplicationEvent
.ApplicationListenerInterceptorChain A contract for an interceptor chain that allows the execution flow to be intercepted and processed by a series ofApplicationListenerInterceptor
instances.BeanFactoryListener A listener interface for observing lifecycle events of aBeanFactory
.BeanFactoryListenerAdapter TheBeanFactoryListener
AdapterBeanListener Listener interface for bean lifecycle events.