| Package | mx.rpc.events |
| Class | public class AbstractEvent |
| Inheritance | AbstractEvent MessageEvent Event Object |
| Subclasses | FaultEvent, HeaderEvent, InvokeEvent, ResultEvent |
| Property | Defined by | ||
|---|---|---|---|
![]() | bubbles : Boolean
Indicates whether an event is a bubbling event.
| Event | |
![]() | cancelable : Boolean
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
The object that is actively processing the Event object with an event listener.
| Event | |
![]() | eventPhase : uint
The current phase in the event flow.
| Event | |
![]() | message : IMessage
The Message associated with this event.
| MessageEvent | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
![]() | target : Object
The event target.
| Event | |
| token : AsyncToken
[read-only]
The token that represents the call to the method.
| AbstractEvent | ||
![]() | type : String
The type of event.
| Event | |
| token | property |
token:AsyncToken [read-only]The token that represents the call to the method. Used in the asynchronous completion token pattern.
Implementation public function get token():AsyncToken