Interface IAsyncJobCallable<U>

All Superinterfaces:
Callable<U>

public interface IAsyncJobCallable<U> extends Callable<U>
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Get job's progress in percent

    Methods inherited from interface java.util.concurrent.Callable

    call
  • Method Details

    • getProgress

      default int getProgress()
      Get job's progress in percent
      Returns:
      the progress in percent