IProgressReport.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.util;
00002 
00003 public interface IProgressReport {
00004     public void begin(String title, int num_tasks);
00005     public void advance();
00006     public void end();
00007 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1