Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.gravity.service.progress 

IProgressTracker  - AS3 ADEP Client Component

Пакетcom.adobe.gravity.service.progress
Интерфейсpublic interface IProgressTracker

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: 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.



Общедоступные методы
 МетодОпределено
  
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
Сведения о методе

end

()метод
public function end(operation:IProgressOperation):void

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

Called when an asynchronous operation ends.

Параметры

operation:IProgressOperation — The operation object.

progress

()метод 
public function progress(operation:IProgressOperation, current:Number, total:Number, description:String = null):void

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

Called to indicate progress on the operation.

Параметры

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

()метод 
public function start(operation:IProgressOperation):void

Язык версии: ActionScript 3.0
Версия продукта: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Версии среды выполнения: AIR 1.1, Flash Player 9

Called when an asynchronous operation starts.

Параметры

operation:IProgressOperation — The operation object.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.