|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.appframework.SimpleDownloadProcessor
public class SimpleDownloadProcessor
A simple download processor: just download the Downloadable immediately.
| Constructor Summary | |
|---|---|
SimpleDownloadProcessor()
|
|
| Method Summary | |
|---|---|
void |
download(Downloadable thatDownloadable,
DispatchTarget dispatchTarget)
Download it now, in this thread. |
void |
stop()
|
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleDownloadProcessor()
| Method Detail |
|---|
public void stop()
stop in interface DownloadProcessor
public void download(Downloadable thatDownloadable,
DispatchTarget dispatchTarget)
throws java.io.IOException
download in interface DownloadProcessorthatDownloadable - The thing to download.dispatchTarget - Ignored, since we are not asynchronous, there are no callbacks.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||