*/
void taskException(TaskI<T> source, Exception e);
- /**
- * Invoked when the task had been restarted. This event is only applicable to
- * restartable tasks and will precede each {@link #taskStarted} after the
- * first one.
- *
- * @param source
- * task this event originates from
- */
- void taskRestarted(TaskI<T> source);
/**
* Invoked when the status of a sub-job has changed.
}
@Override
- public void taskRestarted(TaskI<AlignmentResult> source)
- {
- // alignment services are not restartable
- }
-
- @Override
public void subJobStatusChanged(TaskI<AlignmentResult> source, JobI job, JobStatus status)
{
int i = ArrayUtils.indexOf(jobs, job);
}
@Override
- public void taskRestarted(TaskI<AnnotationResult> source)
- {
-
- }
-
- @Override
public void subJobStatusChanged(TaskI<AnnotationResult> source, JobI job, JobStatus status)
{