Package org.openforis.concurrency
Interface ProgressListener
-
- All Known Implementing Classes:
ProcessStepProgressListener
public interface ProgressListener- Author:
- S. Ricci, D. Wiell
-
-
Field Summary
Fields Modifier and Type Field Description static ProgressListenerNULL_PROGRESS_LISTENER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprogressMade(Progress progress)
-
-
-
Field Detail
-
NULL_PROGRESS_LISTENER
static final ProgressListener NULL_PROGRESS_LISTENER
-
-
Method Detail
-
progressMade
void progressMade(Progress progress)
-
-