类 GenericApplicationListenerAdapter

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

public class GenericApplicationListenerAdapter extends Object implements GenericApplicationListener
GenericApplicationListener adapter that determines supported event types through introspecting the generically declared type of the target listener.
从以下版本开始:
4.0
作者:
Juergen Hoeller, Stephane Nicoll
另请参阅: