ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.gravity.framework 

IBundleActivator  - AS3 ADEP Client Component

Pakietcom.adobe.gravity.framework
Interfejspublic interface IBundleActivator

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

IBundleActivator is the interface to implement when creating a bundle.



Metody publiczne
 MetodaZdefiniowane przez
  
The bundleStart function will be called when the bundle is started.
IBundleActivator
  
The bundleStop function will be called when the bundle is stopped.
IBundleActivator
Szczegół metody

bundleStart

()metoda
public function bundleStart(context:IBundleContext):com.adobe.gravity.utility.async:IToken

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: AIR 1.1, Flash Player 9

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

Parametry

context:IBundleContext — The bundle context for this bundle.

Zwraca
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

()metoda 
public function bundleStop(context:IBundleContext):com.adobe.gravity.utility.async:IToken

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Wersje środowiska wykonawczego: 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.

Parametry

context:IBundleContext — The bundle context for this bundle.

Zwraca
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 ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.