Pakiet | mx.rpc |
Klasa | public class Responder |
Dziedziczenie | Responder Object |
Implementuje | IResponder |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
This method is called by a remote service when the return value has been
received. | Responder | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
Responder | () | Konstruktor |
public function Responder(result:Function, fault:Function)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructs an instance of the responder with the specified handlers.
Parametryresult: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.
|
Szczegół metody
fault | () | metoda |
result | () | metoda |
public function result(data:Object):void
This method is called by a remote service when the return value has been received.
Parametry
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, 12:06 PM Z