Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.ep.taskmanagement.util 

IToken  - AS3 ADEP - Gestione attività

Pacchettocom.adobe.ep.taskmanagement.util
Interfacciapublic interface IToken
Implementatori Token

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: 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).



Metodi pubblici
 MetodoDefinito da
  
Adds a fault handler for this asynchronous invocation.
IToken
  
addHandlers(resultHandler:Function, faultHandler:Function):void
Adds a result and fault handler for this asynchronous invocation.
IToken
  
Adds an object to handle the result or failure for an asynchronous invocation.
IToken
  
Adds a result handler for this asynchronous invocation.
IToken
  
Calls all the fault handlers.
IToken
  
Calls all the result handlers.
IToken
Descrizione dei metodi

addFaultHandler

()metodo
public function addFaultHandler(handler:Function):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Adds a fault handler for this asynchronous invocation.

Parametri

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

addHandlers

()metodo 
public function addHandlers(resultHandler:Function, faultHandler:Function):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Adds a result and fault handler for this asynchronous invocation.

Parametri

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

()metodo 
public function addResponder(responder:IResponder):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

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

Parametri

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

addResultHandler

()metodo 
public function addResultHandler(handler:Function):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Adds a result handler for this asynchronous invocation.

Parametri

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

callFaultHandlers

()metodo 
public function callFaultHandlers(info:Object):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Calls all the fault handlers.

Parametri

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

callResultHandlers

()metodo 
public function callResultHandlers(data:Object):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Calls all the result handlers.

Parametri

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





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.