Class ProgressMaster

java.lang.Object
com.ibm.wala.core.util.ProgressMaster

public class ProgressMaster extends Object
A class to control execution through the MonitorUtil.IProgressMonitor interface.

This class bounds each work item with a time in milliseconds. If there is no apparent progress within the specified bound, this class cancels itself.