public interface ProverTaskListener
| Modifier and Type | Method and Description |
|---|---|
void |
taskFinished(TaskFinishedInfo info)
Called when a task is finished.
|
void |
taskProgress(int position)
Called when progress is made on a task.
|
void |
taskStarted(TaskStartedInfo info) |
void taskStarted(TaskStartedInfo info)
void taskProgress(int position)
position - indicates how much work has been done relative to the value of
size passed in taskStarted(TaskStartedInfo).void taskFinished(TaskFinishedInfo info)
info - a TaskFinishedInfo object with additional information