接口 GenericApplicationListener

所有超级接口:
ApplicationListener<ApplicationEvent>, EventListener, cn.taketoday.core.Ordered, SmartApplicationListener
所有已知实现类:
ApplicationListenerMethodAdapter, GenericApplicationListenerAdapter, SourceFilteringListener

public interface GenericApplicationListener extends SmartApplicationListener
Extended variant of the standard ApplicationListener interface, exposing further metadata such as the supported event and source type.

this interface supersedes the Class-based SmartApplicationListener with full handling of generic event types. it formally extends SmartApplicationListener, adapting supportsEventType(Class) to supportsEventType(ResolvableType) with a default method.

从以下版本开始:
4.0
作者:
Stephane Nicoll, Juergen Hoeller
另请参阅: