|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DataSourceWorker.Listener
Listener interface for receiving notifications about the status of a submitted data query and processing job.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void preQuery(DataSourceWorker.Entry job)
job
- the current job being processedvoid postQuery(DataSourceWorker.Entry job)
job
- the current job being processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |