| Package | Description |
|---|---|
| org.springframework.context.event |
Support classes for application events, like standard context events.
|
| org.springframework.scheduling.annotation |
Annotation support for asynchronous method execution.
|
| Class and Description |
|---|
| AbstractApplicationEventMulticaster
Abstract implementation of the
ApplicationEventMulticaster interface,
providing the basic listener registration facility. |
| ApplicationContextEvent
Base class for events raised for an
ApplicationContext. |
| ApplicationEventMulticaster
Interface to be implemented by objects that can manage a number of
ApplicationListener objects and publish events to them. |
| EventListenerFactory
Strategy interface for creating
ApplicationListener for methods
annotated with EventListener. |
| GenericApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type. |
| SmartApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type. |
| Class and Description |
|---|
| ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |