Uses of Annotation Interface
org.springframework.context.event.EventListener
Packages that use EventListener
Package
Description
Test event annotations for the Spring TestContext Framework.
Spring's support for listening to transaction events.
-
Uses of EventListener in org.springframework.test.context.event.annotation
Classes in org.springframework.test.context.event.annotation with annotations of type EventListenerModifier and TypeClassDescription@interface@EventListenerannotation used to consume aAfterTestClassEventpublished by theEventPublishingTestExecutionListener.@interface@EventListenerannotation used to consume aAfterTestExecutionEventpublished by theEventPublishingTestExecutionListener.@interface@EventListenerannotation used to consume aAfterTestMethodEventpublished by theEventPublishingTestExecutionListener.@interface@EventListenerannotation used to consume aBeforeTestClassEventpublished by theEventPublishingTestExecutionListener.@interface@EventListenerannotation used to consume aBeforeTestExecutionpublished by theEventPublishingTestExecutionListener.@interface@EventListenerannotation used to consume aBeforeTestMethodEventpublished by theEventPublishingTestExecutionListener.@interface@EventListenerannotation used to consume aPrepareTestInstanceEventpublished by theEventPublishingTestExecutionListener. -
Uses of EventListener in org.springframework.transaction.event
Classes in org.springframework.transaction.event with annotations of type EventListenerModifier and TypeClassDescription@interfaceAnEventListenerthat is invoked according to aTransactionPhase.