public interface IProgressUpdate
Modifier and Type | Method and Description |
---|---|
void |
displayProgressMessage(String s)
"Saving level", or the loading,or downloading equivelent
|
void |
onNoMoreProgress() |
void |
resetProgresAndWorkingMessage(String s)
This is called with "Working..." by resetProgressAndMessage
|
void |
resetProgressAndMessage(String s) |
void |
setLoadingProgress(int i)
Updates the progress bar on the loading screen to the specified amount.
|
void displayProgressMessage(String s)
void resetProgressAndMessage(String s)
void resetProgresAndWorkingMessage(String s)
void setLoadingProgress(int i)
void onNoMoreProgress()