com.java4less.vision.progress
Interface IProgressListener

All Known Implementing Classes:
ConsoleProgressListener

public interface IProgressListener

Receives information about the barcode reading progress


Method Summary
 void onProgress(double percentage, java.lang.String info)
           
 

Method Detail

onProgress

public void onProgress(double percentage,
                       java.lang.String info)