| パッケージ | com.adobe.gravity.utility.async | 
| クラス | public class Token | 
| 継承 | Token  Object | 
| 実装 | IToken | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Success handlers take an arbitrary number of parameters. The number and type of the parameters depend on the API that returns the token; the API documentation will generally indicate what to expect. Fault handlers must take a single parameter of type Error.
パブリックプロパティ
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
| Token() 
		 Constructor. | Token | ||
|  
		 Add a handler to be called if the operation fails. | Token | ||
|  
		 Add a handler to be called if the operation succeeds. | Token | ||
| 
		 Call all the fault handlers with the provided error object. | Token | ||
| 
		 Call all the fault handlers with an Error created from the provided ErrorEvent object. | Token | ||
| 
		 Call all the success handlers with the provided parameters. | Token | ||
|  | 
	 オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
|  | 
	 Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
|  | 
	 指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
|  
		 Remove a fault handler. | Token | ||
|  
		 Remove a success handler. | Token | ||
|  | 
     ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
|  | 
	 ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのストリング表現を返します。 | Object | |
|  | 
	 指定されたオブジェクトのプリミティブな値を返します。 | Object | |
コンストラクターの詳細
| Token | () | コンストラクター | 
public function Token()| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Constructor.
メソッドの詳細
| addFaultHandler | () | メソッド | 
 public function addFaultHandler(handler:Function, weakReference:Boolean = false):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Add a handler to be called if the operation fails.
パラメーター
| handler:Function— A function to be called if the operation fails. | |
| weakReference:Boolean(default =false)— Use a weak reference to hold onto the handler. | 
| addSuccessHandler | () | メソッド | 
 public function addSuccessHandler(handler:Function, weakReference:Boolean = false):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Add a handler to be called if the operation succeeds.
パラメーター
| handler:Function— A function to be called if the operation succeeds. | |
| weakReference:Boolean(default =false)— Use a weak reference to hold onto the handler. | 
| callFaultHandlers | () | メソッド | 
 public function callFaultHandlers(error:Error):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Call all the fault handlers with the provided error object.
パラメーター
| error:Error— The error object. | 
| callFaultHandlersViaErrorEvent | () | メソッド | 
 public function callFaultHandlersViaErrorEvent(errorEvent:ErrorEvent):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Call all the fault handlers with an Error created from the provided ErrorEvent object. This is equivalent to
         callFaultHandlers(new Error(errorEvent.text));
         パラメーター
| errorEvent:ErrorEvent— The error event. | 
| callSuccessHandlers | () | メソッド | 
 public function callSuccessHandlers(... params):void| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| ランタイムバージョン: | AIR 1.1, Flash Player 9 | 
Call all the success handlers with the provided parameters.
パラメーター
| ... params— Zero or more parameters to be passed verbatim to any success handlers that have been added. | 
| removeFaultHandler | () | メソッド | 
| removeSuccessHandler | () | メソッド | 
Tue Jun 12 2018, 10:34 AM Z
 継承されるパブリックプロパティを隠す
 継承されるパブリックプロパティを隠す 継承されるパブリックプロパティを表示
 継承されるパブリックプロパティを表示