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

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.method.AbstractGenericListener
      上位を拡張 org.seasar.uruma.binding.method.GenericListener
すべての実装されたインタフェース:
Listener

public class GenericListener
extends AbstractGenericListener
implements Listener

任意のメソッドを実行できる、汎用的な Listener の実装クラスです。

作成者:
bskuroneko

フィールドの概要
 
クラス org.seasar.uruma.binding.method.AbstractGenericListener から継承されたフィールド
context, methodBinding
 
コンストラクタの概要
GenericListener(PartContext context, MethodBinding methodBinding)
          GenericListener を構築します。
 
メソッドの概要
 void handleEvent(Event event)
           
 
クラス org.seasar.uruma.binding.method.AbstractGenericListener から継承されたメソッド
invokeMethod, invokeMethod, isDisposed
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GenericListener

public GenericListener(PartContext context,
                       MethodBinding methodBinding)
GenericListener を構築します。

パラメータ:
context - PartContext オブジェクト
methodBinding - MethodBinding オブジェクト
メソッドの詳細

handleEvent

public void handleEvent(Event event)
定義:
インタフェース Listener 内の handleEvent


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.