Paket | com.adobe.gravity.service.progress |
Gränssnitt | public interface IProgressTracker |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Metoddetaljer
end | () | metod |
public function end(operation:IProgressOperation):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation ends.
Parametrar
operation:IProgressOperation — The operation object.
|
progress | () | metod |
public function progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Called to indicate progress on the operation.
Parametrar
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 | () | metod |
public function start(operation:IProgressOperation):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Körningsmiljöversioner: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation starts.
Parametrar
operation:IProgressOperation — The operation object.
|
Tue Jun 12 2018, 01:40 PM Z