Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.gravity.service.progress 

IProgressTracker  - AS3 ADEP Client Component

Paquetecom.adobe.gravity.service.progress
Interfazpublic interface IProgressTracker

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

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



Métodos públicos
 MétodoDefinido por
  
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
Información sobre métodos

end

()método
public function end(operation:IProgressOperation):void

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

Called when an asynchronous operation ends.

Parámetros

operation:IProgressOperation — The operation object.

progress

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

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

Called to indicate progress on the operation.

Parámetros

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

()método 
public function start(operation:IProgressOperation):void

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

Called when an asynchronous operation starts.

Parámetros

operation:IProgressOperation — The operation object.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.