接口的使用
cn.taketoday.context.event.SmartApplicationListener
使用SmartApplicationListener的程序包
-
cn.taketoday.context.event中SmartApplicationListener的使用
修饰符和类型接口说明interfaceExtended variant of the standardApplicationListenerinterface, exposing further metadata such as the supported event and source type.修饰符和类型类说明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.