パッケージ | com.adobe.gravity.service.progress |
インターフェイス | public interface IProgressTracker |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Called when an asynchronous operation ends. | IProgressTracker | ||
progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void
Called to indicate progress on the operation. | IProgressTracker | ||
Called when an asynchronous operation starts. | IProgressTracker |
メソッドの詳細
end | () | メソッド |
public function end(operation:IProgressOperation):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation ends.
パラメーター
operation:IProgressOperation — The operation object.
|
progress | () | メソッド |
public function progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Called to indicate progress on the operation.
パラメーター
operation:IProgressOperation — The operation object.
| |
current:Number — A string describing the current progress to potentially be displayed to an end-user. Can be null.
| |
total:Number — The current progress; for example, if loading a file, this might be the number of bytes loaded so far.
| |
description:String (default = null ) — The maximum value; for example, if loading a file, this might be the total number of bytes in the file.
|
start | () | メソッド |
public function start(operation:IProgressOperation):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
ランタイムバージョン: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation starts.
パラメーター
operation:IProgressOperation — The operation object.
|
Tue Jun 12 2018, 10:34 AM Z