Uses of Annotation Interface
org.springframework.context.event.EventListener
Package
Description
Test execution 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
Modifier and TypeClassDescription@interface
@EventListener
annotation used to consume anAfterTestClassEvent
published by theEventPublishingTestExecutionListener
.@interface
@EventListener
annotation used to consume anAfterTestExecutionEvent
published by theEventPublishingTestExecutionListener
.@interface
@EventListener
annotation used to consume anAfterTestMethodEvent
published by theEventPublishingTestExecutionListener
.@interface
@EventListener
annotation used to consume aBeforeTestClassEvent
published by theEventPublishingTestExecutionListener
.@interface
@EventListener
annotation used to consume aBeforeTestExecution
published by theEventPublishingTestExecutionListener
.@interface
@EventListener
annotation used to consume aBeforeTestMethodEvent
published by theEventPublishingTestExecutionListener
.@interface
@EventListener
annotation used to consume aPrepareTestInstanceEvent
published by theEventPublishingTestExecutionListener
. -
Uses of EventListener in org.springframework.transaction.event
Modifier and TypeClassDescription@interface
AnEventListener
that is invoked according to aTransactionPhase
.