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...
lc.foundation.util 

Token  - AS3 ADEP - Area di lavoro

Pacchettolc.foundation.util
Classepublic class Token
EreditarietàToken Inheritance Object
Sottoclassi CollectionToken, ObjectToken

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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

For information on using this component to customize Workspace, see Customizing the Adobe Digital Enterprise Platform Document Services - Workspace User Interface .

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
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
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione dei metodi

addFaultHandler

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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 Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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 Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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 Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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 Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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 Document Services - Area di lavoro 9
Versioni runtime: AIR (unsupported), Flash Player 9, Flash Player 10

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.