| Paket | com.adobe.gravity.utility.factory |
| Schnittstelle | public interface IFactory |
| Umsetzer | FactoryAdapter |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
| Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
Return a new instance. | IFactory | ||
Methodendetails
newInstance | () | Methode |
public function newInstance(... params):com.adobe.gravity.utility.async:IToken| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
| Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Return a new instance.
Parameter
... 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, 10:04 AM Z