Class GenericApplicationListenerAdapter

java.lang.Object
org.springframework.context.event.GenericApplicationListenerAdapter
All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationEvent>, GenericApplicationListener, SmartApplicationListener, Ordered

public class GenericApplicationListenerAdapter extends Object implements GenericApplicationListener
GenericApplicationListener adapter that determines supported event types through introspecting the generically declared type of the target listener.
Since:
3.0
Author:
Juergen Hoeller, Stephane Nicoll
See Also: