クラス GenericApplicationListenerAdapter

java.lang.ObjectSE
org.springframework.context.event.GenericApplicationListenerAdapter
実装されているすべてのインターフェース:
EventListenerSE, ApplicationListener<ApplicationEvent>, GenericApplicationListener, SmartApplicationListener, Ordered

public class GenericApplicationListenerAdapter extends ObjectSE implements GenericApplicationListener
ターゲットリスナーの一般的に宣言された型をイントロスペクトすることにより、サポートされているイベント型を決定する GenericApplicationListener アダプター。
導入:
3.0
作成者:
Juergen Hoeller, Stephane Nicoll
関連事項: