Package | com.lightstreamer.as_client.events |
Class | public class SendMessageEvent |
Inheritance | SendMessageEvent LSClientEvent flash.events.Event |
Subclasses | SendMessageAbortEvent, SendMessageErrorEvent, SendMessageProcessedEvent |
See also
Property | Defined By | ||
---|---|---|---|
client : LSClient [read-only]
The LSClient which this event is related to. | LSClientEvent | ||
messageProg : uint [read-only]
A number representing the progressive number of the message within its sequence. | SendMessageEvent | ||
originalMessage : * [read-only]
The original message sent to the server. | SendMessageEvent |
messageProg | property |
messageProg:uint
[read-only] A number representing the progressive number of the message within its sequence. In case a Message instance was supplied to the LSClient.sendMessage() method, it is the prog returned by the call.
public function get messageProg():uint
See also
originalMessage | property |
originalMessage:*
[read-only] The original message sent to the server. It is the same object that was supplied to the LSClient.sendMessage() method, hence it can be either a String or a Message instance.
public function get originalMessage():*
See also