Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.gravity.service.progress 

IProgressTracker  - AS3 ADEP - Client Component

Pacchettocom.adobe.gravity.service.progress
Interfacciapublic interface IProgressTracker

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

A service for receiving progress events for asynchronous operations. Implement this service to receive progress events for asynchronous operations.



Metodi pubblici
 MetodoDefinito da
  
Called when an asynchronous operation ends.
IProgressTracker
  
progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void
Called to indicate progress on the operation.
IProgressTracker
  
Called when an asynchronous operation starts.
IProgressTracker
Descrizione dei metodi

end

()metodo
public function end(operation:IProgressOperation):void

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

Called when an asynchronous operation ends.

Parametri

operation:IProgressOperation — The operation object.

progress

()metodo 
public function progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void

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

Called to indicate progress on the operation.

Parametri

operation:IProgressOperation — The operation object.
 
current:Number — A string describing the current progress to potentially be displayed to an end-user. Can be null.
 
total:Number — The current progress; for example, if loading a file, this might be the number of bytes loaded so far.
 
description:String (default = null) — The maximum value; for example, if loading a file, this might be the total number of bytes in the file.

start

()metodo 
public function start(operation:IProgressOperation):void

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

Called when an asynchronous operation starts.

Parametri

operation:IProgressOperation — The operation object.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.