Пакет | com.adobe.gravity.framework |
Интерфейс | public interface IBundleActivator |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Версии среды выполнения: | AIR 1.1, Flash Player 9 |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
The bundleStart function will be called when the bundle is started. | IBundleActivator | ||
The bundleStop function will be called when the bundle is stopped. | IBundleActivator |
Сведения о методе
bundleStart | () | метод |
public function bundleStart(context:IBundleContext):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 |
The bundleStart function will be called when the bundle is started.
Параметры
context:IBundleContext — The bundle context for this bundle.
|
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 | () | метод |
public function bundleStop(context:IBundleContext):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 |
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.
Параметры
context:IBundleContext — The bundle context for this bundle.
|
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.
|
Tue Jun 12 2018, 11:34 AM Z