| Interface | Description |
|---|---|
| ApplicationEvent |
Marker interface for application events to be published
to subscribed consumers.
|
| ApplicationEventDispatcher |
Interface for publishing
ApplicationEvents as well as programmatically registering
ApplicationEventListeners. |
| ApplicationEventListener<T extends ApplicationEvent> |
Interface for receiving to events of a given type.
|
| ApplicationEventRegistration |
Interface to unregistering a subscriber to events.
|
| Annotation Type | Description |
|---|---|
| EventListener |