インタフェース
jp.co.fujitsu.reffi.client.android.action.Action の使用

Action を使用しているパッケージ
jp.co.fujitsu.reffi.client.android.action   
jp.co.fujitsu.reffi.client.android.controller   
 

jp.co.fujitsu.reffi.client.android.action での Action の使用
 

Action を実装している jp.co.fujitsu.reffi.client.android.action のクラス
 class AbstractAction
          [概 要] 全アクションクラスの抽象基底アクションクラスです。
 class BaseAction
          [概 要] イベント発生時、コントローラによって起動されるActionの基底クラスです。
 class DispatchAction
          [概 要] モデルの処理結果(成功、失敗)を任意の実装メソッドに振り分けるアクションクラスです。
 class FlexibleAction
          [概 要] アクションの処理フローを実装する、アクション基底クラスです。
 

jp.co.fujitsu.reffi.client.android.controller での Action の使用
 

Action を返す jp.co.fujitsu.reffi.client.android.controller のメソッド
 Action ParameterMapping.getActionInstance()
          [概 要] アクションインスタンスを返却します。
 

Action 型のパラメータを持つ jp.co.fujitsu.reffi.client.android.controller のメソッド
 void ParameterMapping.setActionInstance(Action action)
          [概 要] アクションインスタンスを設定します。
 

Action 型の型引数を持つ jp.co.fujitsu.reffi.client.android.controller のメソッドパラメータ
 java.lang.Object Controller.invoke(java.lang.Class<? extends Action> actionClass, ParameterMapping parameterMapping)
          [概 要] コントローラの主幹メソッドです。
 java.lang.Object BaseController.invoke(java.lang.Class<? extends Action> actionClass, ParameterMapping parameterMapping)
          [概 要] コントローラの主幹メソッドです。
 ParameterMapping BaseController.runAction(java.lang.Class<? extends Action> actionClass, ParameterMapping parameterMapping)
          [概 要] イベントに対応するアクションを実行します。
 



Copyright © 2008-2011. All Rights Reserved.