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.service.bundleloader 

IBundleLoaderFactory  - AS3 ADEP Client Component

Packagecom.adobe.gravity.service.bundleloader
Interfacepublic interface IBundleLoaderFactory

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

The factory service interface for bundle loaders.



Public Methods
 MethodDefined By
  
Create a new bundle loader instance.
IBundleLoaderFactory
Method Detail

newBundleLoader

()method
public function newBundleLoader():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

Create a new bundle loader instance. The success handlers of the returned token will receive an IBundleLoader instance.

Returns
com.adobe.gravity.utility.async:IToken — An async token. The success handler will be called with the IBundleLoader instance when it is available. If an error occurs, the fault handlers will be called.