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 void resetProgress(int sizeGuess)
resetProgress
in interface IDownloadDisplay
public void setPokeThread(Thread currentThread)
setPokeThread
in interface IDownloadDisplay
public void updateProgress(int fullLength)
updateProgress
in interface IDownloadDisplay
public boolean shouldStopIt()
shouldStopIt
in interface IDownloadDisplay
public void updateProgressString(String string, Object... data)
updateProgressString
in interface IDownloadDisplay
public Object makeDialog()
makeDialog
in interface IDownloadDisplay
public void makeHeadless()
makeHeadless
in interface IDownloadDisplay