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
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullGenericSelectionListener
public NullGenericSelectionListener(PartContext context,
SingleParamTypeMethodBinding methodBinding)
NullGenericSelectionListener を構築します。
- パラメータ:
context - PartContext オブジェクトmethodBinding - 呼び出し対象の SingleParamTypeMethodBinding オブジェクト
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.