Packagemx.rpc.events
Classpublic class AbstractEvent
InheritanceAbstractEvent Inheritance MessageEvent Inheritance 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

The base class for events that RPC services dispatch.



Public Properties
 PropertyDefined By
 Inheritedmessage : IMessage
The Message associated with this event.
MessageEvent
  token : AsyncToken
[read-only] The token that represents the call to the method.
AbstractEvent
Public Methods
 MethodDefined By
 Inherited
clone():Event
[override] Clones the MessageEvent.
MessageEvent
 Inherited
[static] Utility method to create a new MessageEvent that doesn't bubble and is not cancelable.
MessageEvent
 Inherited
toString():String
[override] Returns a string representation of the MessageEvent.
MessageEvent
Public Constants
 ConstantDefined By
 InheritedMESSAGE : String = message
[static] The MESSAGE event type; dispatched upon receipt of a message.
MessageEvent
 InheritedRESULT : String = result
[static] The RESULT event type; dispatched when an RPC agent receives a result from a remote service destination.
MessageEvent
Property Detail
tokenproperty
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.


Implementation
    public function get token():AsyncToken