Uses of Class
org.springframework.context.ApplicationEvent

Packages that use ApplicationEvent
Package
Description
This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
Support classes for application events, like standard context events.
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.
Support for handling messages to "user" destinations (i.e.
This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.
Test event support classes for the Spring TestContext Framework.
Spring's support for listening to transaction events.
Support classes for reactive transaction management.
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
WebSocket integration for Spring's messaging module.