Kofax Mobile SDK API Reference
Public Member Functions | List of all members
BarCodeReader.BarcodeReadCompleteEvent Class Reference
Inheritance diagram for BarCodeReader.BarcodeReadCompleteEvent:

Public Member Functions

 BarcodeReadCompleteEvent (Object sender, ErrorInfo status, Image image)
 
ErrorInfo getStatus ()
 
Image getImage ()
 

Detailed Description

A class that is interested in processing a BarcodeReadProgressEvent should implement this interface, and then register itself with the BarCodeReader using the BarcodeReadProgressEventListener method.

Constructor & Destructor Documentation

BarcodeReadCompleteEvent ( Object  sender,
ErrorInfo  status,
Image  image 
)

Class constructor.

Parameters
senderThe sender of the event, usually 'this'.
statusThe status of the event.
imageThe image that conatins the completed search along with barcode results.

Member Function Documentation

Image getImage ( )

Returns the Image object with the barcode results.

Returns
ErrorInfo getStatus ( )

Returns the status of the event.

Returns
An ErrorInfo.

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.