类 SourceFilteringListener

java.lang.Object
cn.taketoday.context.event.SourceFilteringListener
所有已实现的接口:
ApplicationListener<ApplicationEvent>, GenericApplicationListener, SmartApplicationListener, cn.taketoday.core.Ordered, EventListener

public class SourceFilteringListener extends Object implements GenericApplicationListener
ApplicationListener decorator that filters events from a specified event source, invoking its delegate listener for matching ApplicationEvent objects only.

Can also be used as base class, overriding the onApplicationEventInternal(cn.taketoday.context.ApplicationEvent) method instead of specifying a delegate listener.

从以下版本开始:
4.0 2022/5/27 15:47
作者:
Juergen Hoeller, Stephane Nicoll, Harry Yang