de.flapdoodle.embedmongo.output
Class StandardConsoleProgressListener

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

public class StandardConsoleProgressListener
extends Object
implements IProgressListener


Constructor Summary
StandardConsoleProgressListener()
           
 
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
 

Constructor Detail

StandardConsoleProgressListener

public StandardConsoleProgressListener()
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.