The base class for events that RPC services dispatch.

Variables

@:flash.propertyread onlytoken:AsyncToken

The token that represents the call to the method. Used in the asynchronous completion token pattern.

Methods

Inherited Variables

Defined by MessageEvent

message:IMessage

The Message associated with this event.

@:flash.propertyread onlymessageId:String

Inherited Methods

Defined by MessageEvent

clone():Event

Clones the MessageEvent.

Returns:

Copy of this MessageEvent.

toString():String

Returns a string representation of the MessageEvent.

Returns:

String representation of the MessageEvent.