Pacchetto | mx.rpc |
Classe | public class Responder |
Ereditarietà | Responder Object |
Implementa | IResponder |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructs an instance of the responder with the specified handlers. | Responder | ||
This method is called by a service when an error has been received. | Responder | ||
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 | ||
This method is called by a remote service when the return value has been
received. | Responder | ||
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
Responder | () | Funzione di costruzione |
public function Responder(result:Function, fault:Function)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructs an instance of the responder with the specified handlers.
Parametriresult:Function — Function that should be called when the request has
completed successfully.
| |
fault:Function — Function that should be called when the request has
completed with errors.
|
Descrizione dei metodi
fault | () | metodo |
result | () | metodo |
public function result(data:Object):void
This method is called by a remote service when the return value has been received.
Parametri
data:Object — Object containing the information about the error that occured. .
While data is typed as Object, it is often (but not always)
an mx.rpc.events.ResultEvent.
|
Tue Jun 12 2018, 02:44 PM Z