クラス EventListenerMethodProcessor

java.lang.ObjectSE
org.springframework.context.event.EventListenerMethodProcessor
実装されたすべてのインターフェース:
AwareBeanFactoryPostProcessorSmartInitializingSingletonApplicationContextAware

public class EventListenerMethodProcessor extends ObjectSE implements SmartInitializingSingleton, ApplicationContextAware, BeanFactoryPostProcessor
EventListener メソッドを個別の ApplicationListener インスタンスとして登録します。主に早期検索のために BeanFactoryPostProcessor(5.1 現在)を実装し、このプロセッサー Bean およびその EventListenerFactory デリゲートの AOP チェックを回避します。
導入:
4.2
作成者:
Stephane Nicoll, Juergen Hoeller, Sebastien Deleuze
関連事項: