de.flapdoodle.embedmongo.output
Class ConsoleOneLineProgressListener

java.lang.Object
  extended by de.flapdoodle.embedmongo.output.ConsoleOneLineProgressListener
All Implemented Interfaces:
IProgressListener

public class ConsoleOneLineProgressListener
extends Object
implements IProgressListener


Field Summary
static int ONE_HUNDRED_PERCENT
           
 
Constructor Summary
ConsoleOneLineProgressListener()
           
 
Method Summary
 void done(String label)
           
 void info(String label, String message)
           
 void progress(String label, int percent)
           
 void start(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE_HUNDRED_PERCENT

public static final int ONE_HUNDRED_PERCENT
See Also:
Constant Field Values
Constructor Detail

ConsoleOneLineProgressListener

public ConsoleOneLineProgressListener()
Method Detail

progress

public void progress(String label,
                     int percent)
Specified by:
progress in interface IProgressListener

done

public void done(String label)
Specified by:
done in interface IProgressListener

start

public void start(String label)
Specified by:
start in interface IProgressListener

info

public void info(String label,
                 String message)
Specified by:
info in interface IProgressListener


Copyright © 2012. All Rights Reserved.