org.jext.misc
Class DownloaderThread
java.lang.Object
org.jext.misc.SwingWorker
org.jext.misc.CopyThread
org.jext.misc.DownloaderThread
- public class DownloaderThread
- extends CopyThread
Method Summary |
java.lang.Object |
work()
Compute the value to be returned by the get method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
protected java.net.URL source
outPath
protected java.lang.String outPath
tempPath
protected java.lang.String tempPath
outFile
protected java.io.File outFile
tempFile
protected java.io.File tempFile
DownloaderThread
public DownloaderThread(java.net.URL source,
HandlingRunnable notify,
java.lang.String outPath)
work
public java.lang.Object work()
throws java.io.IOException
- Description copied from class:
SwingWorker
- Compute the value to be returned by the
get
method.
- Overrides:
work
in class CopyThread
- Throws:
java.io.IOException
Copyright ? 2002 Romain Guy.