public final class BeginDeleteEvent extends AbstractQueryEvent
Constructor and Description |
---|
BeginDeleteEvent(java.lang.Object source,
java.util.List<Schema.Field> fields) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(QueryListener listener)
Dispatches this event to the listener
|
java.util.List<Schema.Field> |
getFields()
Get the list of fields that the query tuples will have
|
public BeginDeleteEvent(java.lang.Object source, java.util.List<Schema.Field> fields)
source
- the source of the eventfields
- the list of fields that the query tuples will havepublic java.util.List<Schema.Field> getFields()
public void dispatch(QueryListener listener)
dispatch
in class AbstractQueryEvent
listener
- the query listener