Uses of Interface
org.springframework.context.ApplicationListener

Packages that use ApplicationListener
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.
Support package for declarative messaging configuration, with Java configuration and XML schema support.
Support for handling messages to "user" destinations (i.e.
Annotation support for asynchronous method execution.
Scheduling convenience classes for the java.util.concurrent and jakarta.enterprise.concurrent packages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
Support classes for serving static resources.
Support classes for serving static resources.
WebSocket integration for Spring's messaging module.