Package org.codice.ddf.spatial.geocoding
Interface ProgressCallback
- All Known Subinterfaces:
GeoEntryExtractor.ExtractionCallback
public interface ProgressCallback
A
ProgressCallback provides a method for receiving progress updates on long-running
tasks.-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateProgress(int progress) Receives an update on the progress of a long-running task.
-
Method Details
-
updateProgress
void updateProgress(int progress) Receives an update on the progress of a long-running task.- Parameters:
progress- a value in the range [0, 100] that represents the percentage of work completed
-