| Pacchetto | com.adobe.gravity.utility.factory |
| Interfaccia | public interface IFactory |
| Implementatori | FactoryAdapter |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Return a new instance. | IFactory | ||
Descrizione dei metodi
newInstance | () | metodo |
public function newInstance(... params):com.adobe.gravity.utility.async:IToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Versioni runtime: | AIR 1.1, Flash Player 9 |
Return a new instance.
Parametri
... 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, 02:44 PM Z