org.cocome.tradingsystem.cashdeskline.events
Class ProductBarcodeScannedEvent

java.lang.Object
  extended by org.cocome.tradingsystem.cashdeskline.events.ProductBarcodeScannedEvent
All Implemented Interfaces:
java.io.Serializable

public class ProductBarcodeScannedEvent
extends java.lang.Object
implements java.io.Serializable

This event is raised by the scanner controller component after the barcode scanner read a barcode.

Author:
herold
See Also:
Serialized Form

Constructor Summary
ProductBarcodeScannedEvent(long scannedBarcode)
           
 
Method Summary
 long getScannedBarcode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductBarcodeScannedEvent

public ProductBarcodeScannedEvent(long scannedBarcode)
Method Detail

getScannedBarcode

public long getScannedBarcode()