public class DummyDownloader extends Object implements IDownloadDisplay
| Constructor and Description | 
|---|
DummyDownloader()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
makeDialog()  | 
void | 
makeHeadless()  | 
void | 
resetProgress(int sizeGuess)  | 
void | 
setPokeThread(Thread currentThread)  | 
boolean | 
shouldStopIt()  | 
void | 
updateProgress(int fullLength)  | 
void | 
updateProgressString(String string,
                                        Object... data)  | 
public DummyDownloader()
public void resetProgress(int sizeGuess)
resetProgress in interface IDownloadDisplaypublic void setPokeThread(Thread currentThread)
setPokeThread in interface IDownloadDisplaypublic void updateProgress(int fullLength)
updateProgress in interface IDownloadDisplaypublic boolean shouldStopIt()
shouldStopIt in interface IDownloadDisplaypublic void updateProgressString(String string, Object... data)
updateProgressString in interface IDownloadDisplaypublic Object makeDialog()
makeDialog in interface IDownloadDisplaypublic void makeHeadless()
makeHeadless in interface IDownloadDisplay