Pacchetto | com.adobe.gravity.utility.async |
Classe | public class HandlerHolder |
Ereditarietà | HandlerHolder Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | HandlerHolder | ||
Add a handler function. | HandlerHolder | ||
Call all the handlers with the provided parameters. | HandlerHolder | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Remove a handler function. | HandlerHolder | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
HandlerHolder | () | Funzione di costruzione |
public function HandlerHolder()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Constructor.
Descrizione dei metodi
addHandler | () | metodo |
public function addHandler(handler:Function, weakReference:Boolean = false):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Add a handler function.
Parametri
handler:Function — The handler function.
| |
weakReference:Boolean (default = false ) — Use a weak reference to hold onto the handler.
|
callHandlers | () | metodo |
public function callHandlers(... parameters):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Call all the handlers with the provided parameters.
Parametri
... parameters — Any parameters with which to call the handlers.
|
removeHandler | () | metodo |
public function removeHandler(handler:Function):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Remove a handler function.
Parametri
handler:Function — The handler function.
|
Tue Jun 12 2018, 02:44 PM Z