public interface QueryProgress
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
cancel()
Cancel the query. 
 | 
int | 
getProgress()
Gets the current progress of this task. 
 | 
java.lang.String | 
getProgressText()
Gets a string describing the current progress of the task. 
 | 
int getProgress()
java.lang.String getProgressText()
boolean cancel()