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.
Java 5 annotation for asynchronous method execution.
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.