p2p.simulator.cosmetic
Class ConsoleProgressBar

java.lang.Object
  extended by p2p.simulator.cosmetic.ConsoleProgressBar

public class ConsoleProgressBar
extends java.lang.Object


Constructor Summary
ConsoleProgressBar()
           
 
Method Summary
 void setProgress(int completed, int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleProgressBar

public ConsoleProgressBar()
Method Detail

setProgress

public void setProgress(int completed,
                        int total)