Uses of Interface
org.springframework.context.event.ApplicationEventMulticaster
Packages that use ApplicationEventMulticaster Package Description org.springframework.context.event 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 ApplicationEventMulticaster Modifier and Type Class Description classAbstractApplicationEventMulticasterAbstract implementation of theApplicationEventMulticasterinterface, providing the basic listener registration facility.classSimpleApplicationEventMulticasterSimple implementation of theApplicationEventMulticasterinterface.