Package | com.lightstreamer.as_client.events |
Class | public class EndOfSnapshotEvent |
Inheritance | EndOfSnapshotEvent TableItemEvent TableEvent 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.
Constant | Defined By | ||
---|---|---|---|
END_OF_SNAPSHOT : String = endOfSnapshot [static]
Define the value of the type property of a EndOfSnapshot event object. | EndOfSnapshotEvent |