cgl.narada.util
Class ProgressIndicator

java.lang.Object
  extended by cgl.narada.util.ProgressIndicator

public class ProgressIndicator
extends Object

Displays the progress on the command line.


Constructor Summary
ProgressIndicator()
           
 
Method Summary
static void main(String[] args)
           
 void showProgress(long currentValue, long previousValue, String endingSuffix)
           
 void showUpdate(long currentValue, long previousValue, String endingSuffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressIndicator

public ProgressIndicator()
Method Detail

showUpdate

public void showUpdate(long currentValue,
                       long previousValue,
                       String endingSuffix)

showProgress

public void showProgress(long currentValue,
                         long previousValue,
                         String endingSuffix)

main

public static void main(String[] args)


For comments and suggestions please send e-mail to The NaradaBrokering Project