Package gg.xp.xivsupport.events.fflogs
Class SelfCompletingFuture<V>
java.lang.Object
gg.xp.xivsupport.events.fflogs.SelfCompletingFuture<V>
- All Implemented Interfaces:
Future<V>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SelfCompletingFuture
-
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceFuture<V>
-
isDone
public boolean isDone() -
get
- Specified by:
get
in interfaceFuture<V>
- Throws:
ExecutionException
-
get
- Specified by:
get
in interfaceFuture<V>
- Throws:
ExecutionException
-