Android
java.util.concurrent
public interface

java.util.concurrent.ScheduledFuture<V>

java.util.concurrent.ScheduledFuture<V> Delayed Future<V>

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

Summary

Methods inherited from interface java.lang.Comparable
Methods inherited from interface java.util.concurrent.Delayed
Methods inherited from interface java.util.concurrent.Future

Details

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48