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

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

public class GenericSelectionChangedListener
extends AbstractGenericListener
implements ISelectionChangedListener

任意のメソッドを呼び出すことができる、汎用的な ISelectionChangedListener の実装クラスです。

作成者:
y-komori

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

コンストラクタの詳細

GenericSelectionChangedListener

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

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

selectionChanged

public void selectionChanged(SelectionChangedEvent event)
定義:
インタフェース ISelectionChangedListener 内の selectionChanged


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