org.cocome.tradingsystem.cashdeskline.cashdesk.scannercontroller.impl
Class ScannerControllerEventHandlerImpl

java.lang.Object
  extended by org.cocome.tradingsystem.cashdeskline.cashdesk.scannercontroller.impl.ScannerControllerEventHandlerImpl
All Implemented Interfaces:
ScannerControllerEventHandlerIf

public class ScannerControllerEventHandlerImpl
extends java.lang.Object
implements ScannerControllerEventHandlerIf

Implementation of the ScannerController component

Author:
Yannick Welsch

Constructor Summary
protected ScannerControllerEventHandlerImpl(java.lang.String eventchannel)
           
 
Method Summary
 void sendProductBarcodeScannedEvent(ProductBarcodeScannedEvent productBarcodeScannedEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScannerControllerEventHandlerImpl

protected ScannerControllerEventHandlerImpl(java.lang.String eventchannel)
Method Detail

sendProductBarcodeScannedEvent

public void sendProductBarcodeScannedEvent(ProductBarcodeScannedEvent productBarcodeScannedEvent)
Specified by:
sendProductBarcodeScannedEvent in interface ScannerControllerEventHandlerIf