java.util.concurrent
Interface ScheduledCancellable

All Superinterfaces:
Cancellable, Comparable, Delayed

public interface ScheduledCancellable
extends Delayed, Cancellable

A delayed or periodic action that can be cancelled. Usually a scheduled cancellable is the result of scheduling a task with a ScheduledExecutor.

Since:
1.5

Method Summary
 
Methods inherited from interface java.util.concurrent.Delayed
getDelay
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.util.concurrent.Cancellable
cancel, isCancelled, isDone