| 包 | com.adobe.gravity.service.progress |
| 接口 | public interface IProgressService |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 运行时版本: | AIR 1.1, Flash Player 9 |
相关 API 元素
公共方法
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Call this method when the asynchronous operation starts, and use the IProgressOperation
instance returned to report the progress of the operation. | IProgressService | ||
方法详细信息
startOperation | () | 方法 |
public function startOperation(name:String):IProgressReporter| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 运行时版本: | AIR 1.1, Flash Player 9 |
Call this method when the asynchronous operation starts, and use the IProgressOperation instance returned to report the progress of the operation.
参数
name:String — The name of the operation in a form appropriate to be displayed to the end user.
|
IProgressReporter — An IProgressOperation object to be called with the progress information.
|
Tue Jun 12 2018, 11:04 AM Z