Uses of Interface
org.springframework.context.event.GenericApplicationListener
Packages that use GenericApplicationListener
Package
Description
Support classes for application events, like standard context events.
-
Uses of GenericApplicationListener in org.springframework.context.event
Classes in org.springframework.context.event that implement GenericApplicationListenerModifier 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.Methods in org.springframework.context.event that return GenericApplicationListenerModifier and TypeMethodDescriptionstatic <E extends ApplicationEvent>
GenericApplicationListenerGenericApplicationListener.forEventType(Class<E> eventType, Consumer<E> consumer) Create a newApplicationListenerfor the given event type.