public interface IATBarcodeEventListener
Modifier and Type | Method and Description |
---|---|
void |
onBarcodeReadData(ATBarcode barcode,
com.atid.lib.module.barcode.types.BarcodeType type,
java.lang.String codeId,
java.lang.String data,
java.lang.Object params)
Invoked when the barcode module decodes the barcode.
|
void onBarcodeReadData(ATBarcode barcode, com.atid.lib.module.barcode.types.BarcodeType type, java.lang.String codeId, java.lang.String data, java.lang.Object params)
barcode
- ATBarcode instance that invoked the event.type
- A BarcodeType enumeration that indicates the type of decoded bar code.codeId
- A string representing the code ID that separates the barcode.data
- A string representing the decoded barcode.params
- When additional information is passed, an instance of the passed object appears.