Interface ProgressWorker.Task

Enclosing class:
ProgressWorker<T,V>

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

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

    • execute

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