Interface ProgressWorker.ProgressTask<V>

Type Parameters:
V - the intermediate result type
All Known Subinterfaces:
ProgressWorker.ProgressTaskHandler<V>
All Known Implementing Classes:
DomainGeneratorModel.PopulateTask
Enclosing class:
ProgressWorker<T,V>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ProgressWorker.ProgressTask<V>
A progress aware background task.
  • Method Details