套件 | 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, 03:47 PM Z