public interface ProgressListener
Utility that allows to change the progress displayed in
a progress bar during a file I/O operation.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Field Summary
Fields Modifier and Type Field Description static ProgressListener
SILENT_LISTENER
A listener not doing anything. -
Method Summary
Modifier and Type Method Description void
setProgress(double value)
Changes the progress displayed in a progress bar.
-
Field Details
-
SILENT_LISTENER
A listener not doing anything.
-
-
Method Details
-
setProgress
void setProgress(double value)Changes the progress displayed in a progress bar. The submitted value may lay between 0.0 (0%) and 1.0 (100%).- Parameters:
value
-
-