edu.cmu.cs.sb.drem
Class DREM_IO.Progressdownload

java.lang.Object
  extended by edu.cmu.cs.sb.drem.DREM_IO.Progressdownload
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DREM_IO

public class DREM_IO.Progressdownload
extends java.lang.Object
implements java.lang.Runnable

Runnable class used to display the download progress and also starts the download of a file


Method Summary
 void run()
          The run method starts the download of the file and updates the download progress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
The run method starts the download of the file and updates the download progress

Specified by:
run in interface java.lang.Runnable