Paket | com.adobe.solutions.rca.services.impl |
Sınıf | public class CacheToken |
Miras Alma | CacheToken AsyncToken EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
cache : Object
An instance of Cache in which the value is looked for. | CacheToken | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
key : String
Key that is looked up in the cache. | CacheToken | ||
message : IMessage [salt okunur]
Provides access to the associated message. | AsyncToken | ||
responders : Array [salt okunur]
An array of IResponder handlers that will be called when
the asynchronous request completes. | AsyncToken | ||
result : Object [salt okunur]
The result that was returned by the associated RPC call. | AsyncToken |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
CacheToken(message:IMessage = null)
The constructor for CacheToken class. | CacheToken | ||
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. | EventDispatcher | ||
Adds a responder to an Array of responders. | AsyncToken | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Determines if this token has at least one mx.rpc.IResponder registered. | AsyncToken | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
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. | EventDispatcher |
Olaylar
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
ERROR_STATE : String = "ERROR_STATE" [statik]
This property denotes that the token is in an error state. | CacheToken | ||
WAIT_STATE : String = "WAIT_STATE" [statik]
This property denotes that the token is currently waiting for a remote object to return the response. | CacheToken |
Özellik Ayrıntısı
cache | özellik |
cache:Object
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
An instance of Cache
in which the value is looked for.
Uygulama
public function get cache():Object
public function set cache(value:Object):void
key | özellik |
Yapıcı Ayrıntı
CacheToken | () | Yapıcı |
public function CacheToken(message:IMessage = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
The constructor for CacheToken
class.
message:IMessage (default = null ) — The message with which the token is associated.
|
Sabit Ayrıntısı
ERROR_STATE | Sabit |
public static const ERROR_STATE:String = "ERROR_STATE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is in an error state.
WAIT_STATE | Sabit |
public static const WAIT_STATE:String = "WAIT_STATE"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Review, Commenting, and Approval Building Block 10.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This property denotes that the token is currently waiting for a remote object to return the response.
Tue Jun 12 2018, 01:09 PM Z