ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Delayed.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Delayed.java (file contents):
Revision 1.4 by dl, Sun Aug 31 13:33:13 2003 UTC vs.
Revision 1.5 by dl, Mon Oct 6 11:16:47 2003 UTC

# Line 8 | Line 8 | package java.util.concurrent;
8   import java.util.*;
9  
10   /**
11 < * A mix-in style interface for representing actions, events, etc that
12 < * should be executed, accessed or acted upon only after a given
13 < * delay.
11 > * A mix-in style interface for marking objects that should be
12 > * acted upon after a given delay.
13   *
14   * <p>An implementation of this interface must define a
15   * <tt>compareTo</tt> method that provides an ordering consistent with

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines