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

java.lang.Object
  上位を拡張 org.seasar.uruma.binding.method.AbstractGenericListener
      上位を拡張 org.seasar.uruma.binding.method.GenericSWTSelectionListener
すべての実装されたインタフェース:
EventListener, SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class GenericSWTSelectionListener
extends AbstractGenericListener
implements SelectionListener

任意のメソッドを実行することができる汎用的な SelectionListener の実装クラスです。

作成者:
y-komori

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

コンストラクタの詳細

GenericSWTSelectionListener

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

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

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)
定義:
インタフェース SelectionListener 内の widgetDefaultSelected

widgetSelected

public void widgetSelected(SelectionEvent e)
定義:
インタフェース SelectionListener 内の widgetSelected


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