AnyLogic
Expand
Font size

public interface ProgressConsumer
Interface for object which can be notified with the progress information
Author:
AnyLogic North America, LLC https://anylogic.com

Method Summary

Modifier and TypeMethodDescription
voidsetMessage(String message) 
voidsetProgress(int progress) 

Method Details

setProgress

void setProgress(int progress)
Parameters:
progress -
  • value between 0 and 100 or
  • value > 100 is taken as 100
  • value < 0 for indeterminate progress

setMessage

void setMessage(String message)