ScheduledFuture

public interface ScheduledFuture implements Delayed Future<V>
Known Indirect Subclasses

A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a ScheduledExecutorService.

Inherited Method Summary