installer
Class ConsoleProgress

java.lang.Object
  extended by installer.ConsoleProgress
All Implemented Interfaces:
Progress

public class ConsoleProgress
extends java.lang.Object
implements Progress


Constructor Summary
ConsoleProgress()
           
 
Method Summary
 void advance(int value)
           
 void done()
           
 void error(java.lang.String message)
           
 void setMaximum(int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleProgress

public ConsoleProgress()
Method Detail

setMaximum

public void setMaximum(int max)
Specified by:
setMaximum in interface Progress

advance

public void advance(int value)
Specified by:
advance in interface Progress

done

public void done()
Specified by:
done in interface Progress

error

public void error(java.lang.String message)
Specified by:
error in interface Progress