API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. Delayed View Source
Author(s)
Doug Lea
Since
1.5
Version
Serial
Hierarchy
 Comparable
      Delayed
Subinterfaces
Description
public interface Delayed
  A mix-in style interface for marking objects that should be acted upon after a given delay.
See also:   
Methods
Hide/Show inherited methods
public long getDelay (TimeUnit unit)
  Returns the remaining delay associated with this object, in the given time unit.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar