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
    Performs the task.
  • Method Details

    • perform

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