Paquete | com.adobe.gravity.service.progress |
Interfaz | public interface IProgressService |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
Elementos de API relacionados
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Call this method when the asynchronous operation starts, and use the IProgressOperation
instance returned to report the progress of the operation. | IProgressService |
Información sobre métodos
startOperation | () | método |
public function startOperation(name:String):IProgressReporter
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | 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.
Parámetros
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, 02:12 PM Z