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.
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.Test execution event annotations for the Spring TestContext Framework.
Spring's support for annotation-based transaction demarcation.
Spring's support for listening to transaction events.
Support classes for serving static resources.
Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework.
Support classes for serving static resources.
WebSocket integration for Spring's messaging module.
- 
Classes in org.springframework.context.event used by org.springframework.context.eventClassDescriptionAbstract implementation of theApplicationEventMulticasterinterface, 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.jms.configClassDescriptionEvent raised when anApplicationContextgets initialized or refreshed.
- 
Classes in org.springframework.context.event used by org.springframework.messaging.simp.userClassDescriptionExtended 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
- 
Classes in org.springframework.context.event used by org.springframework.test.context.event.annotationClassDescriptionAnnotation that marks a method as a listener for application events.
- 
Classes in org.springframework.context.event used by org.springframework.transaction.annotationClassDescriptionStrategy interface for creatingApplicationListenerfor methods annotated withEventListener.
- 
Classes in org.springframework.context.event used by org.springframework.transaction.eventClassDescriptionGenericApplicationListeneradapter that delegates the processing of an event to anEventListenerannotated method.Annotation that marks a method as a listener for application events.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.web.reactive.resourceClassDescriptionEvent raised when anApplicationContextgets initialized or refreshed.
- 
Classes in org.springframework.context.event used by org.springframework.web.servletClassDescriptionEvent raised when anApplicationContextgets initialized or refreshed.
- 
Classes in org.springframework.context.event used by org.springframework.web.servlet.resourceClassDescriptionEvent raised when anApplicationContextgets initialized or refreshed.
- 
Classes in org.springframework.context.event used by org.springframework.web.socket.messagingClassDescriptionExtended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.