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
compareToMethods inherited from interface java.util.concurrent.Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, stateMethods inherited from interface java.util.concurrent.RunnableFuture
runMethods inherited from interface java.util.concurrent.RunnableScheduledFuture
isPeriodicMethods inherited from interface org.spongepowered.api.scheduler.TaskFuture
task