Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.gravity.init 

IGravityFrameInit  - AS3 ADEP Client Component

Paquetecom.adobe.gravity.init
Interfazpublic interface IGravityFrameInit

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

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



Métodos públicos
 MétodoDefinido por
  
init(rootContent:MovieClip, context:IBundleContext, gravityCoreApplicationDomain:ApplicationDomain):com.adobe.gravity.utility.async:IToken
Initialize whatever there is to be initialized in this frame.
IGravityFrameInit
Información sobre métodos

init

()método
public function init(rootContent:MovieClip, context:IBundleContext, gravityCoreApplicationDomain:ApplicationDomain):com.adobe.gravity.utility.async:IToken

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versiones de motor de ejecución: AIR 1.1, Flash Player 9

Initialize whatever there is to be initialized in this frame.

Parámetros

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.

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




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.