| Пакет | com.adobe.gravity.utility.factory |
| Интерфейс | public interface IFactory |
| Средство реализации | FactoryAdapter |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Версии среды выполнения: | AIR 1.1, Flash Player 9 |
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
Return a new instance. | IFactory | ||
Сведения о методе
newInstance | () | метод |
public function newInstance(... params):com.adobe.gravity.utility.async:IToken| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Версии среды выполнения: | AIR 1.1, Flash Player 9 |
Return a new instance.
Параметры
... params — Any parameters required by this particular factory. How the caller knows what the parameters are is determined out-of-band.
|
com.adobe.gravity.utility.async:IToken — A token used to set success and failure handlers to be called when the operation has completed. The success handler must be called with the new instance.
|
Tue Jun 12 2018, 11:34 AM Z