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

IGravityFrameInit  - AS3 ADEP Client Component

Packagecom.adobe.gravity.init
Interfacepublic interface IGravityFrameInit

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

Interface for the frame class in any extra frames of the bootstrapper.



Public Methods
 MethodDefined By
  
init(rootContent:MovieClip, context:IBundleContext, gravityCoreApplicationDomain:ApplicationDomain):com.adobe.gravity.utility.async:IToken
Initialize whatever there is to be initialized in this frame.
IGravityFrameInit
Method Detail

init

()method
public function init(rootContent:MovieClip, context:IBundleContext, gravityCoreApplicationDomain:ApplicationDomain):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

Initialize whatever there is to be initialized in this frame.

Parameters

rootContent:MovieClip — Specifies the root content MovieClip (a GravityBootstrap instance).
 
context:IBundleContext — Specifies the bootstrapper bundle context.
 
gravityCoreApplicationDomain:ApplicationDomain — Specifies the ApplicationDomain of the Client Component Framework. This value can be used to create instances of classes like Token that should not be pulled into the root ApplicationDomain.

Returns
com.adobe.gravity.utility.async:IToken — A token indicating when the initialization is complete. The success handler should be called with no parameters.