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

Comparing jsr166/src/main/java/util/concurrent/Cancellable.java (file contents):
Revision 1.3 by dl, Fri Jun 6 18:42:17 2003 UTC vs.
Revision 1.4 by jozart, Sat Jun 7 19:54:10 2003 UTC

# Line 28 | Line 28 | public interface Cancellable {
28       * thread executing this task should be interrupted in an attempt to
29       * stop the task.
30       *
31 <     * @param interruptIfRunning <tt>true</tt> if the thread executing this
31 >     * @param mayInterruptIfRunning <tt>true</tt> if the thread executing this
32       * task should be interrupted; otherwise, in-progress tasks are allowed
33       * to complete
34       * @return <tt>true</tt> if task has not already completed or been

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines