JMRTD 0.4.5

org.jmrtd
Interface ImageReadUpdateListener


public interface ImageReadUpdateListener

Interface for image update observers.

Version:
$Id: ImageReadUpdateListener.java 1208 2010-07-18 14:26:58Z martijno $
Author:
Martijn Oostdijk (martijn.oostdijk@gmail.com)

Method Summary
 void passComplete(BufferedImage image, double percentage)
          Called when a new approximation of the image is available.
 

Method Detail

passComplete

void passComplete(BufferedImage image,
                  double percentage)
Called when a new approximation of the image is available.

Parameters:
image - an approximation of the image
percentage - percentage done

JMRTD 0.4.5