Package | mx.rpc.events |
Class | public class AbstractEvent |
Inheritance | AbstractEvent MessageEvent Event Object |
Subclasses | FaultEvent, HeaderEvent, InvokeEvent, ResultEvent |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Property | Defined By | ||
---|---|---|---|
bubbles : Boolean [read-only]
Indicates whether an event is a bubbling event. | Event | ||
cancelable : Boolean [read-only]
Indicates whether the behavior associated with the event can be prevented. | Event | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentTarget : Object [read-only]
The object that is actively processing the Event object with an event listener. | Event | ||
eventPhase : uint [read-only]
The current phase in the event flow. | Event | ||
message : IMessage
The Message associated with this event. | MessageEvent | ||
target : Object [read-only]
The event target. | Event | ||
token : mx.rpc:AsyncToken [read-only]
The token that represents the call to the method. | AbstractEvent | ||
type : String [read-only]
The type of event. | Event |
Public Methods
Public Constants
Property Detail
token | property |
token:mx.rpc:AsyncToken
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The token that represents the call to the method. Used in the asynchronous completion token pattern.
Implementation
public function get token():mx.rpc:AsyncToken
Thu Dec 6 2018, 01:12 PM -08:00