Schnittstelle FinishRequestable

Alle bekannten Unterschnittstellen:
IFuture, IImageGenerator, IResultFuture<R>
Alle bekannten Implementierungsklassen:
AbstractFuture, Future, ImageGenerator, ResultFuture

public interface FinishRequestable
A FinishRequestable can be asked if it is running or finished.
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    boolean
     
    default boolean
     
  • Methodendetails

    • isFinished

      boolean isFinished()
      Gibt zurück:
      true if the current FinishRequestable is finished, false otherwise.
    • isRunning

      default boolean isRunning()
      Gibt zurück:
      true if the current FinishRequestable is still running, false otherwise.