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
ApplicationEventMulticasterinterface, providing the basic listener registration facility.Base class for events raised for anApplicationContext.Interface to be implemented by objects that can manage a number ofApplicationListenerobjects and publish events to them.Strategy interface for creatingApplicationListenerfor methods annotated withEventListener.Extended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.Extended variant of the standardApplicationListenerinterface, 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