Pacchetto | com.adobe.gravity.service.progress |
Interfaccia | public interface IProgressTracker |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 |
Descrizione dei metodi
end | () | metodo |
public function end(operation:IProgressOperation):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation ends.
Parametri
operation:IProgressOperation — The operation object.
|
progress | () | metodo |
public function progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Called to indicate progress on the operation.
Parametri
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 | () | metodo |
public function start(operation:IProgressOperation):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Called when an asynchronous operation starts.
Parametri
operation:IProgressOperation — The operation object.
|
Tue Jun 12 2018, 02:44 PM Z