Paket | com.adobe.gravity.service.progress |
Schnittstelle | public interface IProgressService |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Verwandte API-Elemente
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Call this method when the asynchronous operation starts, and use the IProgressOperation
instance returned to report the progress of the operation. | IProgressService |
Methodendetails
startOperation | () | Methode |
public function startOperation(name:String):IProgressReporter
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
Laufzeitversionen: | 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.
Parameter
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, 10:04 AM Z