Uses of Interface
org.springframework.context.event.SmartApplicationListener
Packages that use SmartApplicationListener
Package
Description
Support classes for application events, like standard context events.
-
Uses of SmartApplicationListener in org.springframework.context.event
Subinterfaces of SmartApplicationListener in org.springframework.context.eventModifier and TypeInterfaceDescriptioninterfaceExtended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.Classes in org.springframework.context.event that implement SmartApplicationListenerModifier and TypeClassDescriptionclassGenericApplicationListeneradapter that delegates the processing of an event to anEventListenerannotated method.classGenericApplicationListeneradapter that determines supported event types through introspecting the generically declared type of the target listener.classApplicationListenerdecorator that filters events from a specified event source, invoking its delegate listener for matchingApplicationEventobjects only.