com.java4less.vision.progress.impl
Class ConsoleProgressListener

java.lang.Object
  |
  +--com.java4less.vision.progress.impl.ConsoleProgressListener
All Implemented Interfaces:
IProgressListener

public class ConsoleProgressListener
extends java.lang.Object
implements IProgressListener

Writes progress to the standard ouput


Constructor Summary
ConsoleProgressListener()
           
 
Method Summary
 void onProgress(double percentage, java.lang.String info)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleProgressListener

public ConsoleProgressListener()
Method Detail

onProgress

public void onProgress(double percentage,
                       java.lang.String info)
Specified by:
onProgress in interface IProgressListener