Paket | com.adobe.gravity.service.progress |
Schnittstelle | public interface IProgressTracker |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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 |
Methodendetails
end | () | Methode |
public function end(operation:IProgressOperation):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation ends.
Parameter
operation:IProgressOperation — The operation object.
|
progress | () | Methode |
public function progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Called to indicate progress on the operation.
Parameter
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 | () | Methode |
public function start(operation:IProgressOperation):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation starts.
Parameter
operation:IProgressOperation — The operation object.
|
Tue Jun 12 2018, 10:04 AM Z