Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.ep.taskmanagement.util 

Token  - AS3 ADEP Task Management

パッケージcom.adobe.ep.taskmanagement.util
クラスpublic class Token
継承Token Inheritance Object
実装 IToken
サブクラス CollectionToken, ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

The Token class provides a mechanism to specify handlers for asynchronous calls. Usually, result handlers take a single parameter of type TaskManagerEvent (or a subclass) and fault handlers take a single parameter of type TaskManagerFaultEvent (or a subclass).



パブリックプロパティ
 プロパティ定義元
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
パブリックメソッド
 メソッド定義元
  
Adds a fault handler for this asynchronous invocation.
Token
  
addHandlers(resultHandler:Function, faultHandler:Function):void
Adds a result and fault handler for this asynchronous invocation.
Token
  
Adds an object to handle the result or failure for an asynchronous invocation.
Token
  
Adds a result handler for this asynchronous invocation.
Token
  
Calls all the fault handlers.
Token
  
Calls all the result handlers.
Token
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのストリング表現を返します。
Object
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
メソッドの詳細

addFaultHandler

()メソッド
public function addFaultHandler(handler:Function):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Adds a fault handler for this asynchronous invocation.

パラメーター

handler:Function — Specifies a function that is called when the asynchronous call fails.

addHandlers

()メソッド 
public function addHandlers(resultHandler:Function, faultHandler:Function):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Adds a result and fault handler for this asynchronous invocation.

パラメーター

resultHandler:Function — Specifies the function that is called when the asynchronous call completes.
 
faultHandler:Function — Specifies athefunction that is called when the asynchronous call fails.

addResponder

()メソッド 
public function addResponder(responder:IResponder):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Adds an object to handle the result or failure for an asynchronous invocation.

パラメーター

responder:IResponder — Specifies the mx.rpc.IResponder interface implementation to handle the asynchronous result or failure.

addResultHandler

()メソッド 
public function addResultHandler(handler:Function):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Adds a result handler for this asynchronous invocation.

パラメーター

handler:Function — Specifies a function that is called when the asynchronous call completes.

callFaultHandlers

()メソッド 
public function callFaultHandlers(info:Object):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Calls all the fault handlers.

パラメーター

info:Object — Specifies the information passed to all the fault handlers.

callResultHandlers

()メソッド 
public function callResultHandlers(data:Object):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Task Management 10
ランタイムバージョン: AIR 2.6, Flash Player 10.2

Calls all the result handlers.

パラメーター

data:Object — Specifies the data passed to all the result handlers.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。