| 패키지 | com.adobe.gravity.service.progress |
| 인터페이스 | public interface IProgressService |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| 런타임 버전: | AIR 1.1, Flash Player 9 |
관련 API 요소
공용 메서드
| 메서드 | 정의 주체 | ||
|---|---|---|---|
Call this method when the asynchronous operation starts, and use the IProgressOperation
instance returned to report the progress of the operation. | IProgressService | ||
메서드 세부 정보
startOperation | () | 메서드 |
public function startOperation(name:String):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 asynchronous operation starts, and use the IProgressOperation instance returned to report the progress of the operation.
매개 변수
name:String — The name of the operation in a form appropriate to be displayed to the end user.
|
IProgressReporter — An IProgressOperation object to be called with the progress information.
|
Tue Jun 12 2018, 03:17 PM Z