接口的使用
cn.taketoday.context.event.GenericApplicationListener
-
cn.taketoday.context.event中GenericApplicationListener的使用
修饰符和类型类说明classGenericApplicationListeneradapter 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.