Uses of Package
io.microsphere.spring.context.event
Packages that use io.microsphere.spring.context.event
-
Classes in io.microsphere.spring.context.event used by io.microsphere.spring.cache.intereptorClassDescriptionAbstract
ApplicationListener
base class for handlingApplicationContextEvent
in a one-time execution manner. -
Classes in io.microsphere.spring.context.event used by io.microsphere.spring.context.eventClassDescriptionA chain of
ApplicationEventInterceptor
instances that can be used to apply cross-cutting logic before and after the processing of anApplicationEvent
.A contract for an interceptor chain that allows the execution flow to be intercepted and processed by a series ofApplicationListenerInterceptor
instances.A listener interface for observing lifecycle events of aBeanFactory
.TheBeanFactoryListener
AdapterListener interface for bean lifecycle events.