Returns a string representation of the MessageAckEvent.
Returns
String — String representation of the MessageAckEvent.
Constant Detail
ACKNOWLEDGE
Constant
public static const ACKNOWLEDGE:String = acknowledge
Language Version :
ActionScript 3.0
Product Versions :
BlazeDS 4, LCDS 3
Runtime Versions :
Flash Player 9, AIR 1.1
The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement.
The value of this constant is "acknowledge".
The properties of the event object have the following values:
Property
Value
acknowledgeMessage
Utility property to get
the message property from MessageEvent as an AcknowledgeMessage.
bubbles
false
cancelable
false
currentTarget
The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget.
correlate
The original Message correlated with
this acknowledgement.
message
The Message associated with this event.
target
The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event.