Paket | com.adobe.gravity.service.progress |
Gränssnitt | public interface IProgressReporter |
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 | ||
---|---|---|---|
Call this method when the operation is complete. | IProgressReporter | ||
Call this method for each progress event. | IProgressReporter |
Metoddetaljer
endOperation | () | metod |
public function endOperation():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 |
Call this method when the operation is complete.
progress | () | metod |
public function progress(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 |
Call this method for each progress event.
Parametrar
current:Number — The current progress; for example, if loading a file, this might be the number of bytes loaded so far.
| |
total:Number — The maximum value; for example, if loading a file, this might be the total number of bytes in the file.
| |
description:String (default = null ) — A string describing the current progress to potentially be displayed to an end-user. Can be null.
|
Tue Jun 12 2018, 01:40 PM Z