Пакет | lc.foundation.util |
Класс | public class DefaultResponder |
Наследование | DefaultResponder Object |
Реализует | IResponder |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
DefaultResponder
class is an implementation of the mx.rpc.IResponder
interface.
It allows you to specify a result handler and fault handler functions.
Связанные элементы API
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | DefaultResponder | ||
Executes when an error has been received. | DefaultResponder | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Executes when a result or return value is received. | DefaultResponder | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о конструкторе
DefaultResponder | () | Конструктор |
public function DefaultResponder(resultHandler:Function, faultHandler:Function)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ПараметрыresultHandler:Function — Specifies the function that is called when the asynchronous
call completes.
| |
faultHandler:Function — Specifies a function that is called when the asynchronous call fails.
|
Сведения о методе
fault | () | метод |
public function fault(info:Object):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes when an error has been received.
Параметры
info:Object — Specifies the information from an event, such as a mx.rpc.events.FaultEvent object.
|
result | () | метод |
public function result(data:Object):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes when a result or return value is received.
Параметры
data:Object — Specifies the data from an event, such as a mx.rpc.events.ResultEvent object.
|
Tue Jun 12 2018, 11:34 AM Z