jp.ne.mki.wedge.run.client.event
インタフェース FrameImportInterface

既知の実装クラスの一覧:
DefaultFrameImportExport, FrameImportExport

public interface FrameImportInterface

画面遷移用 制御クラス Interface

ClientManagerInterface#setFrameImportExport(FrameImportInterface frameImp) のメソッドにて 設定することにより、画面遷移時のデータ受渡の制御を変更することが可能です。

バージョン:
1.1
関連項目:
ClientManagerInterface.setFrameImportExport(FrameImportInterface)

メソッドの概要
 void getParentFrameData(HashVector parentInRecord, HashVector frameInRecord)
          元画面から画面間引数受信
 void sendFrameDataToParent(HashVector parentOutRecord, HashVector frameOutRecord, int result)
          元画面にデータを引き渡し
 

メソッドの詳細

getParentFrameData

void getParentFrameData(HashVector parentInRecord,
                        HashVector frameInRecord)
元画面から画面間引数受信

パラメータ:
parentInRecord - 親画面の入力引数
frameInRecord - 自画面の入力引数

sendFrameDataToParent

void sendFrameDataToParent(HashVector parentOutRecord,
                           HashVector frameOutRecord,
                           int result)
元画面にデータを引き渡し

パラメータ:
parentOutRecord - 親画面の出力引数
frameOutRecord - 時画面の出力引数
result - Closeイベントの結果