mk.fsgrep.util
Class NullProgressBar

java.lang.Object
  extended by mk.fsgrep.util.NullProgressBar
All Implemented Interfaces:
ProgressBar

public class NullProgressBar
extends java.lang.Object
implements ProgressBar

Draws a text-based progress bar (percentage completion).

Author:
Murali Krishnan

Constructor Summary
NullProgressBar()
           
 
Method Summary
 void finish()
           
 void initialize(int total)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullProgressBar

public NullProgressBar()
Method Detail

update

public void update()
Specified by:
update in interface ProgressBar

finish

public void finish()
Specified by:
finish in interface ProgressBar

initialize

public void initialize(int total)
Specified by:
initialize in interface ProgressBar


Copyright © 2009. All Rights Reserved.