Uses of Interface
org.springframework.context.ApplicationEventPublisherAware
Packages that use ApplicationEventPublisherAware
Package
Description
Support classes for application events, like standard context events.
-
Uses of ApplicationEventPublisherAware in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclass
Interceptor
that publishes anApplicationEvent
to allApplicationListeners
registered with anApplicationEventPublisher
after each successful method invocation.