public static final class AbstractProofControl.FocussedAutoModeTaskListener extends java.lang.Object implements ProverTaskListener
| Constructor and Description | 
|---|
FocussedAutoModeTaskListener(Proof proof)  | 
| 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)  | 
private final Proof proof
public FocussedAutoModeTaskListener(Proof proof)
public void taskStarted(TaskStartedInfo info)
taskStarted in interface ProverTaskListenerpublic void taskProgress(int position)
ProverTaskListenertaskProgress in interface ProverTaskListenerposition - indicates how much work has been done relative to the value of
            size passed in ProverTaskListener.taskStarted(TaskStartedInfo).public void taskFinished(TaskFinishedInfo info)
ProverTaskListenertaskFinished in interface ProverTaskListenerinfo - a TaskFinishedInfo object with additional information