Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ConfigurationError
com.lightstreamer.as_client.errors A ConfigurationError exception is thrown when an unexpected parameter or parameter value is passed to a configuration method.
 ConnectionInfo
com.lightstreamer.as_client ConnectionInfo collects the parameters related to a connection to Lightstreamer Server.
 ConnectionPolicy
com.lightstreamer.as_client ConnectionPolicy collects the timeouts used for the connections to Lightstreamer Server..
 ControlConnectionErrorEvent
com.lightstreamer.as_client.events Dispatched whenever an error occured during a control connection
 ControlErrorEvent
com.lightstreamer.as_client.events Dispatched whenever the Server returns an error in response of a control connection.
 DataGridAppender
com.lightstreamer.as_client.logger The DataGridAppender is a simple LoggerListener implementation that extends the ArrayCollection class.
 EndOfSnapshotEvent
com.lightstreamer.as_client.events Dispatched whenever no more snapshot events are coming for an item.
 FieldError
com.lightstreamer.as_client.errors A FieldError exception is thrown when an invalid field is requested to a method.
 HighlightCellItemRenderer
com.lightstreamer.as_client.item_renderers ItemRenderer class to be used to highlight cells on value changes.
 Logger
com.lightstreamer.as_client.logger The Logger class is the logging engine of the flex client library.
 LoggerListener
com.lightstreamer.as_client.logger LoggerListener is the interface to be implemented for an object to be used as a listener for the Logger class.
 LostUpdatesEvent
com.lightstreamer.as_client.events Dispatched whenever one or more updates were suppressed in the Server because of internal memory limitations.
 LSClient
com.lightstreamer.as_client LSClient is the engine that manages the communication with Lightstreamer Server.
 LSClientEvent
com.lightstreamer.as_client.events Base class for any event related to LSClient.
 NonVisualItemUpdateEvent
com.lightstreamer.as_client.events Dispatched whenever an update pertaining to an item in the NonVisualTable reaches the client.
 NonVisualTable
com.lightstreamer.as_client A data table that will be fed with real-time data delivered by Lightstreamer Server.
 ServerErrorEvent
com.lightstreamer.as_client.events Dispatched whenever the Server returns an error in response of a stream/poll connection.
 StatusChangeEvent
com.lightstreamer.as_client.events Dispatched whenever the connection status changes.
 SubscriptionError
com.lightstreamer.as_client.errors A SubscriptionError exception is thrown during subscription/unsubscription operations.
 SubscriptionEvent
com.lightstreamer.as_client.events Dispatched whenever a subscription request has been accomplished, before the related updates are received.
 Table
com.lightstreamer.as_client Table is an interface whose implementations contain the specification of a data table to subscribed to.
 TableEvent
com.lightstreamer.as_client.events Base class for any event related to Table.
 TableItemEvent
com.lightstreamer.as_client.events Base class for any Table-related event pertaining to a specific item.
 TraceAppender
com.lightstreamer.as_client.logger The TraceAppender is a simple LoggerListener implementation that writes log lines received from the loggers to which it was added through the "trace" method supplied by Flash.
 UnsubscriptionEvent
com.lightstreamer.as_client.events Dispatched whenever all the items in the table are unsubscribed from.
 VisualTable
com.lightstreamer.as_client Table class that can be set as dataProvider property to any instance of ListBase or subclasses.