Interface TaskLifeCycle<T>

Type Parameters:
T - task progress measurement unit

public interface TaskLifeCycle<T>
Lifecycle object that is passed to BackgroundTask.run(TaskLifeCycle) method to allow working thread to interact with the execution environment.
  • Method Details