Interface IProgressMonitor
- All Known Implementing Classes:
GuiProgressMonitor, JCasGenMojo.JCasGenProgressMonitor, UimaLoggerProgressMonitor
public interface IProgressMonitor
The Interface IProgressMonitor.
-
Method Summary
-
Method Details
-
done
void done()Done. -
beginTask
Begin task.- Parameters:
name- the nametotalWorked- the total worked
-
subTask
-
worked
void worked(int work) Worked.- Parameters:
work- the work
-