org.seasar.uruma.binding.method
クラス EventListenerDef

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.method.EventListenerDef

public class EventListenerDef
extends Object

EventListener アノテートされたメソッドを表すクラスです。

作成者:
y-komori

コンストラクタの概要
EventListenerDef(Method target, EventListener eventListener)
          EventListenerDef を構築します。
 
メソッドの概要
 EventListener getEventListener()
          EventListener オブジェクトを取得します。
 Method getTargetMethod()
          ターゲットメソッドの Method オブジェクトを取得します。
 
クラス 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.