套件 | com.adobe.gravity.init |
介面 | public interface IGravityFrameInit |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
init(rootContent:MovieClip, context:IBundleContext, gravityCoreApplicationDomain:ApplicationDomain):com.adobe.gravity.utility.async:IToken
Initialize whatever there is to be initialized in this frame. | IGravityFrameInit |
方法詳細資訊
init | () | 方法 |
public function init(rootContent:MovieClip, context:IBundleContext, gravityCoreApplicationDomain:ApplicationDomain):com.adobe.gravity.utility.async:IToken
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
執行階段版本: | AIR 1.1, Flash Player 9 |
Initialize whatever there is to be initialized in this frame.
參數
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.
|
com.adobe.gravity.utility.async:IToken — A token indicating when the initialization is complete. The success handler should be called with no parameters.
|
Tue Jun 12 2018, 03:47 PM Z