Package | Description |
---|---|
org.springframework.context.event |
Support classes for application events, like standard context events.
|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.messaging.simp.user |
Support for handling messages to "user" destinations (i.e.
|
org.springframework.scheduling.annotation |
Java 5 annotation for asynchronous method execution.
|
org.springframework.test.context.event.annotation |
Test event annotations for the Spring TestContext Framework.
|
org.springframework.transaction.event |
Spring's support for listening to transaction events.
|
org.springframework.web.reactive.resource |
Support classes for serving static resources.
|
org.springframework.web.servlet |
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
Class and Description |
---|
AbstractApplicationEventMulticaster
Abstract implementation of the
ApplicationEventMulticaster interface,
providing the basic listener registration facility. |
ApplicationContextEvent
Base class for events raised for an
ApplicationContext . |
ApplicationEventMulticaster
Interface to be implemented by objects that can manage a number of
ApplicationListener objects and publish events to them. |
EventListenerFactory
Strategy interface for creating
ApplicationListener for methods
annotated with EventListener . |
GenericApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type. |
SmartApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
SmartApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
EventListener
Annotation that marks a method as a listener for application events.
|
Class and Description |
---|
EventListener
Annotation that marks a method as a listener for application events.
|
EventListenerFactory
Strategy interface for creating
ApplicationListener for methods
annotated with EventListener . |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
ContextRefreshedEvent
Event raised when an
ApplicationContext gets initialized or refreshed. |
Class and Description |
---|
SmartApplicationListener
Extended variant of the standard
ApplicationListener interface,
exposing further metadata such as the supported event and source type. |