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 in the event flow, provided that the item is subscribed to in DISTINCT or COMMAND mode and the snapshot is requested. For items subscribed to in MERGE mode, if the snapshot is requested, it should always be assumed that the first event in the flow provides the item snapshot.

In case of "MultiMetapush logic", the notification refers to the first-level item (which is in COMMAND mode). Update events for the second-level items (which are in MERGE mode) can be received both before and after this notification.



Public Properties
 PropertyDefined By
 Inheriteditem : *
[read-only] The item name or item index which this event is related to.
TableItemEvent
 Inheritedtable : Table
[read-only] 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.