Interface ProgressWorker.ProgressResultTask<T,V>

Type Parameters:
T - the task result type
V - the intermediate result type
Enclosing class:
ProgressWorker<T,V>

public static interface ProgressWorker.ProgressResultTask<T,V>
A progress aware background task producing a result.
  • Method Details