Uses of Interface
org.springframework.context.event.EventListenerFactory
Packages that use EventListenerFactory
Package
Description
Support classes for application events, like standard context events.
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
-
Uses of EventListenerFactory in org.springframework.context.event
Classes in org.springframework.context.event that implement EventListenerFactoryModifier and TypeClassDescriptionclassDefaultEventListenerFactoryimplementation that supports the regularEventListenerannotation. -
Uses of EventListenerFactory in org.springframework.transaction.annotation
Classes in org.springframework.transaction.annotation that implement EventListenerFactoryModifier and TypeClassDescriptionclassExtension ofTransactionalEventListenerFactory, detecting invalid transaction configuration for transactional event listeners:Transactionalonly supported withPropagation.REQUIRES_NEWandPropagation.NOT_SUPPORTED. -
Uses of EventListenerFactory in org.springframework.transaction.event
Classes in org.springframework.transaction.event that implement EventListenerFactoryModifier and TypeClassDescriptionclassEventListenerFactoryimplementation that handlesTransactionalEventListenerannotated methods.