Pacchetto | mx.rpc.events |
Classe | public class AbstractEvent |
Ereditarietà | AbstractEvent MessageEvent Event Object |
Sottoclassi | FaultEvent, HeaderEvent, InvokeEvent, ResultEvent |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
message : IMessage
The Message associated with this event. | MessageEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
token : mx.rpc:AsyncToken [sola lettura]
The token that represents the call to the method. | AbstractEvent | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodi pubblici
Costanti pubbliche
Descrizione delle proprietà
token | proprietà |
token:mx.rpc:AsyncToken
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
Implementazione
public function get token():mx.rpc:AsyncToken
Tue Jun 12 2018, 02:44 PM Z