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.gravity.utility.async 


Il pacchetto com.adobe.gravity.utility.async contiene classi di utilità per la gestione delle operazioni asincrone in the Adobe Digital Enterprise Platform Experience Services - Client Component Framework.



Funzioni
 FunzioneDescrizione
 addHandlers A convenience function for adding a success and fault handler without declaring a local variable.
 addParams Create an adapter function that calls the provided function with the provided parameters, appending any parameters passed in when it is invoked.
 fixParams Create an adapter function that calls the provided function with the provided parameters, ignoring any parameters passed in when it is invoked.
 injector A convenience method for a success handler.
Interfacce
 InterfacciaDescrizione
 IToken IToken objects are returned from functions that initiate asynchronous operations.
Classi
 ClasseDescrizione
 AggregatingToken AggregatingToken objects are returned from functions that initiate multiple asynchronous operations and must accumulate the results.
 AggregatingTokenError An AggregatingTokenError is passed to fault handlers added to an AggregatingToken if faults occur on an aggregated token.
 Deferred Utility class to allow a method to be deferred until "the next stack frame".
 HandlerHolder A utility class to hold a set of handlers and call them.
 ImmediateFaultToken ImmediateFaultToken is an implementation of IToken that simply calls the fault handlers "immediately" (on the next stack frame, so that recipients can add handlers to the token first).
 ImmediateSuccessToken ImmediateSuccessToken is an implementation of IToken that simply calls the success handlers "immediately" (on the next stack frame, so that recipients can add handlers to the token first).
 OpaqueWrapperToken OpaqueWrapperToken wraps another token, calling successHandlers with no parameters.
 Token Token objects are returned from functions that initiate asynchronous operations.

[ 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.