用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
 

com.adobe.gravity.utility.async 


com.adobe.gravity.utility.async 包中包含用于管理 Adobe Digital Enterprise Platform Experience Services - Client Component Framework 中的异步操作的实用程序类。



函数
 函数说明
 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.
接口
 接口说明
 IToken IToken objects are returned from functions that initiate asynchronous operations.
 说明
 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 ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。