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- 
donevoid done()Done.
- 
beginTaskBegin task.- Parameters:
- name- the name
- totalWorked- the total worked
 
- 
subTaskSub task.- Parameters:
- name- the name
 
- 
workedvoid worked(int work) Worked.- Parameters:
- work- the work
 
 
-