Package | Description |
---|---|
org.springframework.context.event |
Support classes for application events, like standard context events.
|
org.springframework.transaction.event |
Spring's support for listening to transaction events.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventListenerFactory
Default
EventListenerFactory implementation that supports the
regular EventListener annotation. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalEventListenerFactory
EventListenerFactory implementation that handles TransactionalEventListener
annotated methods. |