Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.gravity.framework 

IBundleActivator  - AS3 ADEP Client Component

Pacotecom.adobe.gravity.framework
Interfacepublic interface IBundleActivator

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

IBundleActivator is the interface to implement when creating a bundle.



Métodos públicos
 MétodoDefinido por
  
The bundleStart function will be called when the bundle is started.
IBundleActivator
  
The bundleStop function will be called when the bundle is stopped.
IBundleActivator
Detalhes do método

bundleStart

()método
public function bundleStart(context:IBundleContext):com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

The bundleStart function will be called when the bundle is started.

Parâmetros

context:IBundleContext — The bundle context for this bundle.

Retorna
com.adobe.gravity.utility.async:IToken — A token that can have success or failure handlers added. Note that if the bundle is immediately ready on completion of the function, null can be returned to indicate that.

bundleStop

()método 
public function bundleStop(context:IBundleContext):com.adobe.gravity.utility.async:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Versões de runtime: AIR 1.1, Flash Player 9

The bundleStop function will be called when the bundle is stopped. Note that the framework will automatically unregister all services registered by a bundle after calling this method for a bundle; there is no need to unregister services in this method.

Parâmetros

context:IBundleContext — The bundle context for this bundle.

Retorna
com.adobe.gravity.utility.async:IToken — A token that can have success or failure handlers added. Note that if the bundle is immediately ready on completion of the function, null can be returned to indicate that.




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.