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
-
Method Details
-
isFinished
boolean isFinished()- Returns:
- true if the current
FinishRequestableis finished, false otherwise.
-
isRunning
default boolean isRunning()- Returns:
- true if the current
FinishRequestableis still running, false otherwise.
-