Uses of Interface
org.springframework.context.event.GenericApplicationListener
Packages that use GenericApplicationListener
Package
Description
Support classes for application events, like standard context events.
Spring's support for listening to transaction events.
-
Uses of GenericApplicationListener in org.springframework.context.event
Classes in org.springframework.context.event that implement GenericApplicationListenerModifier and TypeClassDescriptionclassGenericApplicationListeneradapter that delegates the processing of an event to anEventListenerannotated method.classGenericApplicationListeneradapter that determines supported event types through introspecting the generically declared type of the target listener.classApplicationListenerdecorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEventobjects only. -
Uses of GenericApplicationListener in org.springframework.transaction.event
Classes in org.springframework.transaction.event that implement GenericApplicationListenerModifier and TypeClassDescriptionclassGenericApplicationListeneradapter that delegates the processing of an event to aTransactionalEventListenerannotated method.