Packagecom.lightstreamer.as_client.events
Classpublic class EndOfSnapshotEvent
InheritanceEndOfSnapshotEvent Inheritance TableItemEvent Inheritance TableEvent Inheritance flash.events.Event

Dispatched whenever no more snapshot events are coming for an item. This notification is always received once, when the item is subscribed in DISTINCT or COMMAND mode and the snapshot is requested.



Public Properties
 PropertyDefined by
 Inheriteditem : *
The item name or item index which this event is related to.
TableItemEvent
 Inheritedtable : Table
The table which this event is related to.
TableEvent
Public Constants
 ConstantDefined by
  END_OF_SNAPSHOT : String = "endOfSnapshot"
[static] Define the value of the type property of a EndOfSnapshot event object.
EndOfSnapshotEvent
Constant detail
END_OF_SNAPSHOTconstant
public static const END_OF_SNAPSHOT:String = "endOfSnapshot"

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