Interface IScheduledFuture<V>

Type Parameters:
V - The result type returned by this Future
All Superinterfaces:
Comparable<Delayed>, Delayed, Future<V>, ScheduledFuture<V>

public interface IScheduledFuture<V>
extends ScheduledFuture<V>
A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a IScheduledExecutorService. Enhances the default ScheduledFuture API with support of statistics and time measurement info, through ScheduledTaskStatistics