ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.service.progress 

IProgressService  - AS3 ADEP Client Component

Packagecom.adobe.gravity.service.progress
Interfacepublic interface IProgressService

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

A service for reporting the progress of background operations. Note that this is a standard service for reporting progress, to receive progress events implement an IProgressTracker service.

Related API Elements



Public Methods
 MethodDefined By
  
Call this method when the asynchronous operation starts, and use the IProgressOperation instance returned to report the progress of the operation.
IProgressService
Method Detail

startOperation

()method
public function startOperation(name:String):IProgressReporter

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: 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.

Parameters

name:String — The name of the operation in a form appropriate to be displayed to the end user.

Returns
IProgressReporter — An IProgressOperation object to be called with the progress information.