Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.operation
Interface ProgressMonitor


public interface ProgressMonitor

A progress monitor is notified by a command avout the command progress

Author:
Bogdan Stefanescu

Method Summary
 void done(Operation<?> cmd, int percent)
           
 void started(Operation<?> cmd)
           
 void terminated(Operation<?> cmd)
           
 

Method Detail

started

void started(Operation<?> cmd)

done

void done(Operation<?> cmd,
          int percent)

terminated

void terminated(Operation<?> cmd)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.