ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.gravity.service.progress 

IProgressService  - AS3 ADEP Client-Komponente

Paketcom.adobe.gravity.service.progress
Schnittstellepublic interface IProgressService

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: 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.

Verwandte API-Elemente



Öffentliche Methoden
 MethodeDefiniert 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.

Rückgabewerte
IProgressReporter — An IProgressOperation object to be called with the progress information.




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.