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.3 by dl, Tue Jun 24 14:34:47 2003 UTC vs.
Revision 1.4 by dl, Sun Aug 31 13:33:13 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
12 < * that should be executed, accessed or acted upon only after
13 < * a given delay.
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.
14 > *
15 > * <p>An implementation of this interface must define a
16 > * <tt>compareTo</tt> method that provides an ordering consistent with
17 > * its <tt>getDelay</tt> method.
18 > *
19   * @since 1.5
20   * @author Doug Lea
21   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines