Package org.nuxeo.ecm.automation
Interface ProgressMonitor
-
public interface ProgressMonitor
No yet used A progress monitor is notified by a running process about the execution progress- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
done(String processId, int percent)
void
started(String processId)
void
terminated(String processId)
-