Paquete | com.adobe.gravity.utility.async |
Clase | public class Deferred |
Herencia | Deferred Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | AIR 1.1, Flash Player 9 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
timeLimitInMilliseconds : int = 500 [estática]
The time limit for processing handlers. | Deferred |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
[estática]
Execute a function "soon". | Deferred | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
timeLimitInMilliseconds | propiedad |
public static var timeLimitInMilliseconds:int = 500
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | 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.
Información sobre métodos
doLater | () | método |
public static function doLater(deferredFunction:Function):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versiones de motor de ejecución: | 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).
Parámetros
deferredFunction:Function — The function to be executed later. The function will be invoked with no parameters.
|
Tue Jun 12 2018, 02:12 PM Z