ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.gravity.framework 

IBundleActivator  - AS3 ADEP Client-Komponente

Paketcom.adobe.gravity.framework
Schnittstellepublic interface IBundleActivator

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

IBundleActivator is the interface to implement when creating a bundle.



Öffentliche Methoden
 MethodeDefiniert von
  
The bundleStart function will be called when the bundle is started.
IBundleActivator
  
The bundleStop function will be called when the bundle is stopped.
IBundleActivator
Methodendetails

bundleStart

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

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: AIR 1.1, Flash Player 9

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

Parameter

context:IBundleContext — The bundle context for this bundle.

Rückgabewerte
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

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

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10
Laufzeitversionen: 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.

Parameter

context:IBundleContext — The bundle context for this bundle.

Rückgabewerte
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 ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.