JMRTD 0.4.6

org.jmrtd
Interface ImageReadUpdateListener


public interface ImageReadUpdateListener

Interface for image update observers.

Version:
$Revision: 1271 $
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.6