Package org.apache.uima.tools.jcasgen
Interface IProgressMonitor
- All Known Implementing Classes:
GuiProgressMonitor
,MultiPageEditor.JCasGenProgressMonitor
,ProgressMonitorImpl
,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
Sub task.- Parameters:
name
- the name
-
worked
void worked(int work) Worked.- Parameters:
work
- the work
-