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.
Test execution event annotations for the Spring TestContext Framework.
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 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.jms.configClassDescriptionEvent raised when an
ApplicationContext
gets initialized or refreshed. -
Classes in org.springframework.context.event used by org.springframework.messaging.simp.userClassDescriptionExtended variant of the standard
ApplicationListener
interface, exposing further metadata such as the supported event and source type. -
Classes in org.springframework.context.event used by org.springframework.scheduling.annotationClassDescriptionEvent raised when an
ApplicationContext
gets initialized or refreshed. -
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.eventClassDescription
GenericApplicationListener
adapter that delegates the processing of an event to anEventListener
annotated method.Annotation that marks a method as a listener for application events.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.web.reactive.resourceClassDescriptionEvent raised when an
ApplicationContext
gets initialized or refreshed. -
Classes in org.springframework.context.event used by org.springframework.web.servletClassDescriptionEvent raised when an
ApplicationContext
gets initialized or refreshed. -
Classes in org.springframework.context.event used by org.springframework.web.servlet.resourceClassDescriptionEvent raised when an
ApplicationContext
gets initialized or refreshed. -
Classes in org.springframework.context.event used by org.springframework.web.socket.messagingClassDescriptionExtended variant of the standard
ApplicationListener
interface, exposing further metadata such as the supported event and source type.