Classes
 ClassDescription
 ConnectionDropEvent Dispatched whenever a Connection or the whole session is closed because of a Server decision.
 ControlConnectionErrorEvent Dispatched whenever a connection error occurs during a control connection, i.e.
 DataErrorEvent Dispatched whenever an update received from the Server could not be processed, because of an unexpected error in the data flow or a runtime exception. In principle, Flex environment specific resource limits may be hit because of a very huge data flow. This notification should never occur in a normal case.
 EndOfSnapshotEvent Dispatched whenever no more snapshot events are coming for an item.
 LostUpdatesEvent Dispatched whenever one or more updates are suppressed in the Server because of internal memory limitations.
 LSClientEvent Base class for any event related to LSClient.
 NonVisualItemUpdateEvent Dispatched whenever an update pertaining to an item in the NonVisualTable reaches the client.
 SendMessageAbortEvent Carries a Client-originated notification of a problem which prevents the processing outcome of a Message sent through LSClient.sendMessage() from being received.
 SendMessageErrorEvent Carries a Server-originated notification of an error which prevented the correct handling of a Message sent through LSClient.sendMessage().
 SendMessageEvent Base class for any event related to a sendMessage call.
 SendMessageProcessedEvent Carries the notification of the successful processing of a Message sent through LSClient.sendMessage().
 ServerErrorEvent Dispatched whenever the Server returns an error in response to a stream/poll connection.
 StatusChangeEvent Dispatched whenever the connection status changes.
 SubscriptionErrorEvent Dispatched whenever the Server notifies an error which prevents the subscription request performed by the related table from being accomplished; as a consequence, the table will receive no data.
 SubscriptionEvent Dispatched whenever a subscription request has been accomplished, before the related updates are received.
 TableEvent Base class for any event related to Table.
 TableItemEvent Base class for any Table-related event pertaining to a specific item.
 UnsubscriptionEvent Dispatched whenever all the items in the table are unsubscribed from.