| ApplicationEventMulticaster | Interface to be implemented by objects that can manage a number of ApplicationListeners, and publish events to them. | code | html |
| AbstractApplicationEventMulticaster | Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility. | code | html |
| ApplicationContextEvent | Base class for events raised for an ApplicationContext. |
code | html |
| ConsoleListener | Simple listener for debug use only that logs messages to the console. | code | html |
| ContextClosedEvent | Event raised when an ApplicationContext gets closed. |
code | html |
| ContextRefreshedEvent | Event raised when an ApplicationContext gets initialized or refreshed. |
code | html |
| ContextStartedEvent | Event raised when an ApplicationContext gets started. |
code | html |
| ContextStoppedEvent | Event raised when an ApplicationContext gets stopped. |
code | html |
| EventPublicationInterceptor | Interceptor that publishes an
ApplicationEvent to all ApplicationListeners
registered with an ApplicationEventPublisher after each
successful method invocation. |
code | html |
| SimpleApplicationEventMulticaster | Simple implementation of the ApplicationEventMulticaster interface. | code | html |
| SourceFilteringListener | org.springframework.context.ApplicationListener decorator that filters events from a specified event source, invoking its delegate listener for matching org.springframework.context.ApplicationEvent objects only. | code | html |