public final class BeginSnapshotEvent extends AbstractQueryEvent
source| Constructor and Description | 
|---|
BeginSnapshotEvent(Object source,
                  List<Schema.Field> fields)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispatch(QueryListener listener)
Dispatches this event to the listener 
 | 
List<Schema.Field> | 
getFields()
Get the list of fields that the query tuples will have 
 | 
getSource, toStringpublic BeginSnapshotEvent(Object source, List<Schema.Field> fields)
source - the source of the eventfields - the list of fields that the query tuples will havepublic List<Schema.Field> getFields()
public void dispatch(QueryListener listener)
dispatch in class AbstractQueryEventlistener - the query listenerCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.