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.eventClasses in org.springframework.context.event that implement ApplicationEventPublisherAwareModifier and TypeClassDescriptionclassInterceptorthat publishes anApplicationEventto allApplicationListenersregistered with anApplicationEventPublisherafter each successful method invocation.