| Pacchetto | mx.rpc |
| Interfaccia | public interface IResponder |
| Implementatori | AsyncResponder, CallResponder, DefaultResponder, DefaultResponder, ItemResponder, Responder, SearchManager |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
This method is called by a service when an error has been received. | IResponder | ||
This method is called by a service when the return value
has been received. | IResponder | ||
Descrizione dei metodi
fault | () | metodo |
public function fault(info:Object):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
This method is called by a service when an error has been received.
While info is typed as Object it is often
(but not always) an mx.rpc.events.FaultEvent.
Parametri
info:Object |
result | () | metodo |
public function result(data:Object):void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
This method is called by a service when the return value
has been received.
While data is typed as Object, it is often
(but not always) an mx.rpc.events.ResultEvent.
Parametri
data:Object |
Tue Jun 12 2018, 02:44 PM Z