Class EventListenerMethodProcessor

java.lang.Object
org.springframework.context.event.EventListenerMethodProcessor
All Implemented Interfaces:
Aware, BeanFactoryPostProcessor, SmartInitializingSingleton, ApplicationContextAware

public class EventListenerMethodProcessor extends Object implements SmartInitializingSingleton, ApplicationContextAware, BeanFactoryPostProcessor
Registers EventListener methods as individual ApplicationListener instances. Implements BeanFactoryPostProcessor (as of 5.1) primarily for early retrieval, avoiding AOP checks for this processor bean and its EventListenerFactory delegates.
Since:
4.2
Author:
Stephane Nicoll, Juergen Hoeller, Sebastien Deleuze
See Also: