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.-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods 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