|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.binding.method.EventListenerDef
public class EventListenerDef
EventListener アノテートされたメソッドを表すクラスです。
| コンストラクタの概要 | |
|---|---|
EventListenerDef(Method target,
EventListener eventListener,
AsyncMethod asyncMethod)
EventListenerDef を構築します。 |
|
| メソッドの概要 | |
|---|---|
AsyncMethod |
getAsyncMethod()
AsyncMethod アノテーションを返します。 |
String[] |
getId()
対応するコンポーネントの ID を取得します。 |
Method |
getTargetMethod()
ターゲットメソッドの Method オブジェクトを取得します。 |
EventListenerType |
getType()
イベントの種類を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public EventListenerDef(Method target,
EventListener eventListener,
AsyncMethod asyncMethod)
EventListenerDef を構築します。
target - ターゲットメソッドeventListener - EventListenerasyncMethod - AsyncMethod アノテーション| メソッドの詳細 |
|---|
public Method getTargetMethod()
Method オブジェクトを取得します。
Method オブジェクトpublic String[] getId()
public EventListenerType getType()
public AsyncMethod getAsyncMethod()
AsyncMethod アノテーションを返します。
AsyncMethod アノテーション。アノテーションが存在しない場合は null。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||