Class JSR166TestCase.TrackedLongRunnable

java.lang.Object
  extended by JSR166TestCase.TrackedLongRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JSR166TestCase

public static class JSR166TestCase.TrackedLongRunnable
extends java.lang.Object
implements java.lang.Runnable


Field Summary
 boolean done
           
 
Constructor Summary
JSR166TestCase.TrackedLongRunnable()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

done

public volatile boolean done
Constructor Detail

JSR166TestCase.TrackedLongRunnable

public JSR166TestCase.TrackedLongRunnable()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable