public interface SearchProgressCallback
Modifier and Type | Method and Description |
---|---|
void |
finished(SearchInterface source,
boolean success) |
void |
pointsInSearch(SearchInterface source,
long inOpen,
long inClosed) |
void |
threadStatus(SearchInterface source,
int currentStatus) |
void pointsInSearch(SearchInterface source, long inOpen, long inClosed)
void finished(SearchInterface source, boolean success)
void threadStatus(SearchInterface source, int currentStatus)
Copyright © 2015–2021 Fiji. All rights reserved.