Pacchetto | com.adobe.gravity.service.progress |
Interfaccia | public interface IProgressService |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Elementi API correlati
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Call this method when the asynchronous operation starts, and use the IProgressOperation
instance returned to report the progress of the operation. | IProgressService |
Descrizione dei metodi
startOperation | () | metodo |
public function startOperation(name:String):IProgressReporter
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | 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.
Parametri
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:44 PM Z