public static interface DataSourceWorker.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
postQuery(DataSourceWorker.Entry job)
Notification that the query processing has just completed.
|
void |
preQuery(DataSourceWorker.Entry job)
Notification that the query is about to be issued.
|
void preQuery(DataSourceWorker.Entry job)
job - the current job being processedvoid postQuery(DataSourceWorker.Entry job)
job - the current job being processed