public interface IDownloadDisplay
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) |