Package com.anylogic.engine.presentation
public interface ProgressConsumer
Interface for object which can be notified with the progress information
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
void | setMessage | |
void | setProgress |
void setProgress(int progress)
- Parameters:
progress
-- value between 0 and 100 or
- value > 100 is taken as 100
- value < 0 for indeterminate progress
void setMessage(String message)