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 voiddone(String processId, int percent)voidstarted(String processId)voidterminated(String processId)
-