Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
 

com.adobe.gravity.utility.async 


El paquete com.adobe.gravity.utility.async contiene clases de utilidades para gestionar operaciones asíncronas en Adobe Digital Enterprise Platform Experience Services - Client Component Framework.



Funciones
 FunciónDescripción
 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.
Interfaces
 InterfazDescripción
 IToken IToken objects are returned from functions that initiate asynchronous operations.
Clases
 ClaseDescripción
 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 ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.