Generated by
JDiff

Package org.springframework.context.event

Changed Classes and Interfaces
AbstractApplicationEventMulticaster Abstract implementation of the ApplicationEventMulticaster interface, providing the basic listener registration facility.
ApplicationEventMulticaster Interface to be implemented by objects that can manage a number of ApplicationListener objects, and publish events to them.
EventPublicationInterceptor Interceptor that publishes an {@code ApplicationEvent} to all {@code ApplicationListeners} registered with an {@code ApplicationEventPublisher} after each successful method invocation.
GenericApplicationListenerAdapter SmartApplicationListener adapter that determines supported event types through introspecting the generically declared type of the target listener.
SourceFilteringListener org.springframework.context.ApplicationListener decorator that filters events from a specified event source, invoking its delegate listener for matching org.springframework.context.ApplicationEvent objects only.