Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 void done(String processId, int percent)
           
 void started(String processId)
           
 void terminated(String processId)
           
 

Method Detail

started

void started(String processId)

done

void done(String processId,
          int percent)

terminated

void terminated(String processId)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.