Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
com.adobe.gravity.framework 

IBundleActivator  - AS3 ADEP Client Component

Paketcom.adobe.gravity.framework
Arabirimpublic interface IBundleActivator

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Çalışma Zamanı Sürümleri: AIR 1.1, Flash Player 9

IBundleActivator is the interface to implement when creating a bundle.



Genel Yöntemler
 YöntemTanımlayan:
  
The bundleStart function will be called when the bundle is started.
IBundleActivator
  
The bundleStop function will be called when the bundle is stopped.
IBundleActivator
Yöntem Ayrıntısı

bundleStart

()yöntem
public function bundleStart(context:IBundleContext):com.adobe.gravity.utility.async:IToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Çalışma Zamanı Sürümleri: AIR 1.1, Flash Player 9

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

Parametreler

context:IBundleContext — The bundle context for this bundle.

Döndürür
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

()yöntem 
public function bundleStop(context:IBundleContext):com.adobe.gravity.utility.async:IToken

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Çalışma Zamanı Sürümleri: 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.

Parametreler

context:IBundleContext — The bundle context for this bundle.

Döndürür
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 ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.