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

All Methods Instance Methods Abstract Methods 
void setMessage​(java.lang.String message)  
void setProgress​(int progress)  
Modifier and Type Method Description

Method Detail

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​(java.lang.String message)
How can we improve this article?