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 |
ApplicationListenerMethodAdapter
GenericApplicationListener adapter that delegates the processing of
an event to an EventListener annotated method. |
class |
GenericApplicationListenerAdapter
GenericApplicationListener adapter that determines supported event types
through introspecting the generically declared type of the target listener. |
class |
SourceFilteringListener
ApplicationListener decorator that filters
events from a specified event source, invoking its delegate listener for
matching ApplicationEvent objects only. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalApplicationListenerMethodAdapter
GenericApplicationListener adapter that delegates the processing of
an event to a TransactionalEventListener annotated method. |