パッケージ | lc.foundation.util |
クラス | public class DefaultResponder |
継承 | DefaultResponder Object |
実装 | IResponder |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
DefaultResponder
class is an implementation of the mx.rpc.IResponder
interface.
It allows you to specify a result handler and fault handler functions.
関連する API エレメント
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | DefaultResponder | ||
Executes when an error has been received. | DefaultResponder | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
Executes when a result or return value is received. | DefaultResponder | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
コンストラクターの詳細
DefaultResponder | () | コンストラクター |
public function DefaultResponder(resultHandler:Function, faultHandler:Function)
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
パラメーターresultHandler:Function — Specifies the function that is called when the asynchronous
call completes.
| |
faultHandler:Function — Specifies a function that is called when the asynchronous call fails.
|
メソッドの詳細
fault | () | メソッド |
public function fault(info:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes when an error has been received.
パラメーター
info:Object — Specifies the information from an event, such as a mx.rpc.events.FaultEvent object.
|
result | () | メソッド |
public function result(data:Object):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes when a result or return value is received.
パラメーター
data:Object — Specifies the data from an event, such as a mx.rpc.events.ResultEvent object.
|
Tue Jun 12 2018, 10:34 AM Z