| Package | com.adobe.gravity.utility.factory | 
| Interface | public interface IFactory | 
| Implementors | FactoryAdapter | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Runtime Versions: | AIR 1.1, Flash Player 9 | 
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
 Return a new instance.  | IFactory | ||
Method Detail
newInstance | () | method | 
 public function newInstance(... params):com.adobe.gravity.utility.async:IToken| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 | 
| Runtime Versions: | AIR 1.1, Flash Player 9 | 
Return a new instance.
Parameters
... 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.
		  | 
Thu Dec 4 2014, 05:50 PM -08:00