Package org.spongepowered.api.scheduler
Interface ScheduledTaskFuture<V>
- Type Parameters:
V
- The result type
- All Superinterfaces:
Comparable<Delayed>
,Delayed
,Future<V>
,Runnable
,RunnableFuture<V>
,RunnableScheduledFuture<V>
,ScheduledFuture<V>
,TaskFuture<V>
Represents a
RunnableScheduledFuture
of a ScheduledTask
.-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface java.util.concurrent.Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, state
Methods inherited from interface java.util.concurrent.RunnableFuture
run
Methods inherited from interface java.util.concurrent.RunnableScheduledFuture
isPeriodic
Methods inherited from interface org.spongepowered.api.scheduler.TaskFuture
task