DittoSyncKit  1.0.0-alpha1
Classes | List of all members
Ditto.SyncKit.DittoLiveQueryEvent Class Reference

Describes events delivered by a DittoLiveQuery. More...

Inheritance diagram for Ditto.SyncKit.DittoLiveQueryEvent:
Ditto.SyncKit.DittoLiveQueryEvent.Initial Ditto.SyncKit.DittoLiveQueryEvent.Update

Classes

class  Initial
 A type used for the first event delivered for a live query. More...
 
class  Update
 A description of updates that occurred between the current and previous times that the live query handler was fired. More...
 

Detailed Description

Describes events delivered by a DittoLiveQuery.

Only the first event in a live query's lifetime will be a DittoLiveQueryEvent.Initial event.