Uses of Interface
org.springframework.context.event.ApplicationEventMulticaster
Packages that use ApplicationEventMulticaster
Package
Description
Support classes for application events, like standard context events.
-
Uses of ApplicationEventMulticaster in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationEventMulticasterModifier and TypeClassDescriptionclass
Abstract implementation of theApplicationEventMulticaster
interface, providing the basic listener registration facility.class
Simple implementation of theApplicationEventMulticaster
interface.