패키지 | com.adobe.gravity.service.progress |
인터페이스 | public interface IProgressReporter |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Call this method when the operation is complete. | IProgressReporter | ||
Call this method for each progress event. | IProgressReporter |
메서드 세부 정보
endOperation | () | 메서드 |
public function endOperation():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
런타임 버전: | AIR 1.1, Flash Player 9 |
Call this method when the operation is complete.
progress | () | 메서드 |
public function progress(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 |
Call this method for each progress event.
매개 변수
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, 03:17 PM Z