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

IProgressReporter  - AS3 ADEP Client Component

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

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

Returned by IProgressService.startOperation() for in-progress operation reporting.



Общедоступные методы
 МетодОпределено
  
Call this method when the operation is complete.
IProgressReporter
  
progress(current:Number, total:Number, description:String = null):void
Call this method for each progress event.
IProgressReporter
Сведения о методе

endOperation

()метод
public function endOperation():void

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

Call this method when the operation is complete.

progress

()метод 
public function progress(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

Call this method for each progress event.

Параметры

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





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

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