Interface ProgressWorker.Task<T>

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

public static interface ProgressWorker.Task<T>
A background task.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the task.
  • Method Details

    • execute

      T execute() throws Exception
      Executes the task.
      Returns:
      the task result
      Throws:
      Exception - in case of an exception