Uses of Package
org.springframework.context.event
Packages that use org.springframework.context.event
Package
Description
Support classes for application events, like standard context events.
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.-
Classes in org.springframework.context.event used by org.springframework.context.eventClassDescriptionAbstract implementation of the
ApplicationEventMulticaster
interface, providing the basic listener registration facility.Base class for events raised for anApplicationContext
.Interface to be implemented by objects that can manage a number ofApplicationListener
objects and publish events to them.Strategy interface for creatingApplicationListener
for methods annotated withEventListener
.Extended variant of the standardApplicationListener
interface, exposing further metadata such as the supported event and source type.Extended variant of the standardApplicationListener
interface, exposing further metadata such as the supported event and source type. -
Classes in org.springframework.context.event used by org.springframework.scheduling.annotation
-
Classes in org.springframework.context.event used by org.springframework.scheduling.concurrent