org.seasar.uruma.binding.method
クラス EventListenerDef
java.lang.Object
org.seasar.uruma.binding.method.EventListenerDef
public class EventListenerDef
- extends Object
EventListener
アノテートされたメソッドを表すクラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventListenerDef
public EventListenerDef(Method target,
EventListener eventListener)
EventListenerDef
を構築します。
- パラメータ:
target
- eventListener
-
getEventListener
public EventListener getEventListener()
EventListener
オブジェクトを取得します。
- 戻り値:
EventListener
オブジェクト
getTargetMethod
public Method getTargetMethod()
- ターゲットメソッドの
Method
オブジェクトを取得します。
- 戻り値:
- ターゲットメソッドの
Method
オブジェクト
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.