Package | mx.rpc.events |
Class | public class AbstractEvent |
Inheritance | AbstractEvent MessageEvent flash.events.Event |
Subclasses | FaultEvent, HeaderEvent, InvokeEvent, ResultEvent |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
message : IMessage
The Message associated with this event. | MessageEvent | ||
token : AsyncToken [read-only]
The token that represents the call to the method. | AbstractEvent |
token | property |
token: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.
public function get token():AsyncToken