ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.gravity.utility.factory 

IFactory  - AS3 ADEP Client Component

Packagecom.adobe.gravity.utility.factory
Interfacepublic 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

A generic factory interface for general purpose use.



Public Methods
 MethodDefined 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.

Returns
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.