CoCoME System Tests

org.cocome.tradingsystem.systests.interfaces
Interface IBarcodeScanner


public interface IBarcodeScanner

Interface of the barcode scanner which is used to read the barcode of a product and send it to the cash desk system.

Version:
$Rev: 47 $
Author:
Benjamin Hummel, $Author: hummel $

Method Summary
 void sendBarcode(int barcode)
          Sends the specified barcode to the cash desk system.
 

Method Detail

sendBarcode

void sendBarcode(int barcode)
                 throws java.lang.Exception
Sends the specified barcode to the cash desk system.

Parameters:
barcode - the barcode to be sent.
Throws:
java.lang.Exception

CoCoME System Tests

CoCoME System Tests - 0.1