public final class BeginDeleteEvent extends AbstractQueryEvent
source
Constructor and Description |
---|
BeginDeleteEvent(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, toString
public BeginDeleteEvent(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 AbstractQueryEvent
listener
- the query listener