public interface AlgorithmCallback
Modifier and Type | Interface | Description |
---|---|---|
static class |
AlgorithmCallback.Utils |
A Utility class that provides some simple implementations of AlgorithmCallback
that can be used for manipulating callback results
|
Modifier and Type | Method | Description |
---|---|---|
void |
clearProgress() |
|
boolean |
isPleaseStop() |
Should be called intermittedly to check if algorithm should stop (should return null if has output)
|
void |
updateProgress(double progress) |
|
void |
updateStatus(java.lang.String statusString) |
Inform caller of current status
|
boolean isPleaseStop()
void updateProgress(double progress)
progress
- between 0..1void clearProgress()
void updateStatus(java.lang.String statusString)