org.seasar.uruma.rcp.binding
クラス NullGenericSelectionListener

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.binding.GenericSelectionListener
      上位を拡張 org.seasar.uruma.rcp.binding.NullGenericSelectionListener
すべての実装されたインタフェース:
INullSelectionListener, ISelectionListener, MethodCallback

public class NullGenericSelectionListener
extends GenericSelectionListener
implements INullSelectionListener

INullSelectionListener を実装した GenericSelectionListener です。

本クラスは、INullSelectionListener を実装し、選択結果が null の場合でも呼び出される以外は GenericSelectionListener と同じ機能を提供します。

作成者:
y-komori

コンストラクタの概要
NullGenericSelectionListener(PartContext context, SingleParamTypeMethodBinding methodBinding)
          NullGenericSelectionListener を構築します。
 
メソッドの概要
 
クラス org.seasar.uruma.rcp.binding.GenericSelectionListener から継承されたメソッド
callback, selectionChanged
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.eclipse.ui.ISelectionListener から継承されたメソッド
selectionChanged
 

コンストラクタの詳細

NullGenericSelectionListener

public NullGenericSelectionListener(PartContext context,
                                    SingleParamTypeMethodBinding methodBinding)
NullGenericSelectionListener を構築します。

パラメータ:
context - PartContext オブジェクト
methodBinding - 呼び出し対象の SingleParamTypeMethodBinding オブジェクト


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