Packagecom.lightstreamer.as_client.events
Classpublic class SendMessageProcessedEvent
InheritanceSendMessageProcessedEvent Inheritance SendMessageEvent Inheritance LSClientEvent Inheritance flash.events.Event

Carries the notification of the successful processing of a Message sent through LSClient.sendMessage().

See also

com.lightstreamer.as_client.LSClient.sendMessage()


Public Properties
 PropertyDefined By
 Inheritedclient : LSClient
[read-only] The LSClient which this event is related to.
LSClientEvent
 InheritedmessageProg : uint
[read-only] A number representing the progressive number of the message within its sequence.
SendMessageEvent
 InheritedoriginalMessage : *
[read-only] The original message sent to the server.
SendMessageEvent
Public Constants
 ConstantDefined By
  SEND_MESSAGE_PROCESSED : String = sendMessageProcessed
[static] Define the value of the type property of a SendMessageProcessed event object.
SendMessageProcessedEvent
Constant Detail
SEND_MESSAGE_PROCESSEDConstant
public static const SEND_MESSAGE_PROCESSED:String = sendMessageProcessed

Define the value of the type property of a SendMessageProcessed event object.