| Paket | com.adobe.solutions.exm.runtime |
| Arabirim | public interface IVariableResolver extends IEventDispatcher |
| Uygulayıcılar | DDIModelVariableResolver, SimpleVariableResolver |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Expression Manager Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | IEventDispatcher | |
![]() |
Olay akışına bir olay gönderir. | IEventDispatcher | |
Returns the value of the given variable. | IVariableResolver | ||
![]() |
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | IEventDispatcher | |
![]() |
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | IEventDispatcher | |
Sets the value of the given variable. | IVariableResolver | ||
![]() |
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | IEventDispatcher | |
Olaylar
| Olay | Özet | Tanımlayan: | ||
|---|---|---|---|---|
| Dispatched when the value of a variable managed by the resolver changes. | IVariableResolver | |||
Yöntem Ayrıntısı
getValue | () | yöntem |
public function getValue(varName:String):Object| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Expression Manager Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Returns the value of the given variable.
Parametreler
varName:String — The fully qualified name of the variable whose value is required.
|
Object — The value of the given variable.
|
setValue | () | yöntem |
public function setValue(varName:String, value:Object):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Expression Manager Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Sets the value of the given variable.
Parametreler
varName:String — The fully qualified name of the variable whose value is to be set.
| |
value:Object — The value to be set.
|
Olay Ayrıntısı
variableChangeEvent | Olay |
Olay Nesne Türü:
com.adobe.solutions.exm.runtime.VariableChangeEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Expression Manager Building Block 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the value of a variable managed by the resolver changes.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Yöntemleri Gizle
Miras Alınan Genel Yöntemleri Göster