Class JSR166TestCase.TrackedMediumRunnable

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

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


Field Summary
 boolean done
           
 
Constructor Summary
JSR166TestCase.TrackedMediumRunnable()
           
 
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.TrackedMediumRunnable

public JSR166TestCase.TrackedMediumRunnable()
Method Detail

run

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