Interface FinishRequestable

All Known Subinterfaces:
IFuture, IImageGenerator, IResultFuture<R>
All Known Implementing Classes:
AbstractFuture, Future, Future, ImageGenerator, ResultFuture

public interface FinishRequestable
A FinishRequestable can be asked if it is running or finished.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isFinished

      boolean isFinished()
      Returns:
      true if the current FinishRequestable is finished, false otherwise.
    • isRunning

      default boolean isRunning()
      Returns:
      true if the current FinishRequestable is still running, false otherwise.