public static interface CloseSearchTask.Callback
Modifier and Type | Method and Description |
---|---|
void |
tellClosestResultFound(CloseSearchTask caller,
java.util.ArrayList<SearchResult> allMatchesAtFrame,
int index) |
void |
tellSearchIsFinished(CloseSearchTask caller,
long curPageNumber) |
void |
tellSearchProgress(CloseSearchTask caller,
long curPageNumber,
long pagesAmount) |
void |
tellSearchWasCatchedException(CloseSearchTask caller,
java.io.IOException e) |
void |
tellSearchWasStopped(CloseSearchTask caller,
long curPageNumber) |
void tellSearchIsFinished(CloseSearchTask caller, long curPageNumber)
void tellSearchProgress(CloseSearchTask caller, long curPageNumber, long pagesAmount)
void tellSearchWasStopped(CloseSearchTask caller, long curPageNumber)
void tellSearchWasCatchedException(CloseSearchTask caller, java.io.IOException e)
void tellClosestResultFound(CloseSearchTask caller, java.util.ArrayList<SearchResult> allMatchesAtFrame, int index)