YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.relauncher.IDownloadDisplay Interface Reference
Inheritance diagram for cpw.mods.fml.relauncher.IDownloadDisplay:
cpw.mods.fml.relauncher.Downloader cpw.mods.fml.relauncher.DummyDownloader

Public Member Functions

void resetProgress (int sizeGuess)
 
void setPokeThread (Thread currentThread)
 
void updateProgress (int fullLength)
 
boolean shouldStopIt ()
 
void updateProgressString (String string, Object...data)
 
Object makeDialog ()
 
void makeHeadless ()
 

Member Function Documentation

Object cpw.mods.fml.relauncher.IDownloadDisplay.makeDialog ( )
void cpw.mods.fml.relauncher.IDownloadDisplay.makeHeadless ( )
void cpw.mods.fml.relauncher.IDownloadDisplay.resetProgress ( int  sizeGuess)
void cpw.mods.fml.relauncher.IDownloadDisplay.setPokeThread ( Thread  currentThread)
boolean cpw.mods.fml.relauncher.IDownloadDisplay.shouldStopIt ( )
void cpw.mods.fml.relauncher.IDownloadDisplay.updateProgress ( int  fullLength)
void cpw.mods.fml.relauncher.IDownloadDisplay.updateProgressString ( String  string,
Object...  data 
)

The documentation for this interface was generated from the following file: