Paket | com.adobe.gravity.utility.async |
Sınıf | public class Deferred |
Miras Alma | Deferred Object |
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 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
timeLimitInMilliseconds : int = 500 [statik]
The time limit for processing handlers. | Deferred |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[statik]
Execute a function "soon". | Deferred | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
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 | ||
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 |
Özellik Ayrıntısı
timeLimitInMilliseconds | özellik |
public static var timeLimitInMilliseconds:int = 500
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 time limit for processing handlers. Once the time spent processing handlers in a single frame exceeds this limit, the remaining handlers to be processed will be deferred to the next frame.
Yöntem Ayrıntısı
doLater | () | yöntem |
public static function doLater(deferredFunction:Function):void
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 |
Execute a function "soon". The function will be placed in a queue to be executed when the current stack frame exits (note that other events may prevent the function from being executed on exactly the next stack frame, but it will be executed as soon as possible).
Parametreler
deferredFunction:Function — The function to be executed later. The function will be invoked with no parameters.
|
Tue Jun 12 2018, 01:09 PM Z