Uses of Package
org.cocome.tradingsystem.cashdeskline.events

Packages that use org.cocome.tradingsystem.cashdeskline.events
org.cocome.tradingsystem.cashdeskline.cashdesk.application   
org.cocome.tradingsystem.cashdeskline.cashdesk.application.impl   
org.cocome.tradingsystem.cashdeskline.cashdesk.cardreadercontroller   
org.cocome.tradingsystem.cashdeskline.cashdesk.cardreadercontroller.impl   
org.cocome.tradingsystem.cashdeskline.cashdesk.cashboxcontroller   
org.cocome.tradingsystem.cashdeskline.cashdesk.cashboxcontroller.impl   
org.cocome.tradingsystem.cashdeskline.cashdesk.gui   
org.cocome.tradingsystem.cashdeskline.cashdesk.gui.impl   
org.cocome.tradingsystem.cashdeskline.cashdesk.lightdisplaycontroller   
org.cocome.tradingsystem.cashdeskline.cashdesk.lightdisplaycontroller.impl   
org.cocome.tradingsystem.cashdeskline.cashdesk.printercontroller   
org.cocome.tradingsystem.cashdeskline.cashdesk.printercontroller.impl   
org.cocome.tradingsystem.cashdeskline.cashdesk.scannercontroller   
org.cocome.tradingsystem.cashdeskline.cashdesk.scannercontroller.impl   
org.cocome.tradingsystem.cashdeskline.coordinator   
org.cocome.tradingsystem.cashdeskline.coordinator.impl   
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.application
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
CashBoxClosedEvent
          This event is raised by the cash box controller component after closing the cash box.
CreditCardScannedEvent
          This event is raised by the scanner controller after successfully scanning a credit card.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
PaymentModeEvent
           
PINEnteredEvent
          This event is raised by the credit card reader component after entering a PIN.
ProductBarcodeScannedEvent
          This event is raised by the scanner controller component after the barcode scanner read a barcode.
SaleFinishedEvent
          This event is raised by the cashbox controller component after the cashier signals the end of a sale process (by hitting a key).
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.application.impl
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
CashBoxClosedEvent
          This event is raised by the cash box controller component after closing the cash box.
CreditCardScannedEvent
          This event is raised by the scanner controller after successfully scanning a credit card.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
PaymentModeEvent
           
PINEnteredEvent
          This event is raised by the credit card reader component after entering a PIN.
ProductBarcodeScannedEvent
          This event is raised by the scanner controller component after the barcode scanner read a barcode.
SaleFinishedEvent
          This event is raised by the cashbox controller component after the cashier signals the end of a sale process (by hitting a key).
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.cardreadercontroller
CreditCardScannedEvent
          This event is raised by the scanner controller after successfully scanning a credit card.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
PINEnteredEvent
          This event is raised by the credit card reader component after entering a PIN.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.cardreadercontroller.impl
CreditCardScannedEvent
          This event is raised by the scanner controller after successfully scanning a credit card.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
PINEnteredEvent
          This event is raised by the credit card reader component after entering a PIN.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.cashboxcontroller
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
CashBoxClosedEvent
          This event is raised by the cash box controller component after closing the cash box.
ChangeAmountCalculatedEvent
          This event is raised by the cashdesk application component after having calculated the change amount during cash payment.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
PaymentModeEvent
           
SaleFinishedEvent
          This event is raised by the cashbox controller component after the cashier signals the end of a sale process (by hitting a key).
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.cashboxcontroller.impl
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
CashBoxClosedEvent
          This event is raised by the cash box controller component after closing the cash box.
ChangeAmountCalculatedEvent
          This event is raised by the cashdesk application component after having calculated the change amount during cash payment.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
PaymentModeEvent
           
SaleFinishedEvent
          This event is raised by the cashbox controller component after the cashier signals the end of a sale process (by hitting a key).
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.gui
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
ChangeAmountCalculatedEvent
          This event is raised by the cashdesk application component after having calculated the change amount during cash payment.
CreditCardScanFailedEvent
          This event is raised by the credit card reader controller if the scan of a credit card failed.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
InvalidCreditCardEvent
          This event is raised by the cashdesk application component after an unsuccessful attempt to validate a credit card by the banking component.
ProductBarcodeNotValidEvent
           
RunningTotalChangedEvent
          This event is raised by the cashdesk application component after another item has been scanned, identified and internally added to the current sale.
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
SaleSuccessEvent
          This event is send upon success of a sale
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.gui.impl
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
ChangeAmountCalculatedEvent
          This event is raised by the cashdesk application component after having calculated the change amount during cash payment.
CreditCardScanFailedEvent
          This event is raised by the credit card reader controller if the scan of a credit card failed.
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
InvalidCreditCardEvent
          This event is raised by the cashdesk application component after an unsuccessful attempt to validate a credit card by the banking component.
ProductBarcodeNotValidEvent
           
RunningTotalChangedEvent
          This event is raised by the cashdesk application component after another item has been scanned, identified and internally added to the current sale.
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
SaleSuccessEvent
          This event is send upon success of a sale
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.lightdisplaycontroller
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.lightdisplaycontroller.impl
ExpressModeDisabledEvent
          This event is raised by the cashdesk coordinator component.
ExpressModeEnabledEvent
          This event is raised by the cashdesk coordinator component.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.printercontroller
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
CashBoxClosedEvent
          This event is raised by the cash box controller component after closing the cash box.
ChangeAmountCalculatedEvent
          This event is raised by the cashdesk application component after having calculated the change amount during cash payment.
RunningTotalChangedEvent
          This event is raised by the cashdesk application component after another item has been scanned, identified and internally added to the current sale.
SaleFinishedEvent
          This event is raised by the cashbox controller component after the cashier signals the end of a sale process (by hitting a key).
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
SaleSuccessEvent
          This event is send upon success of a sale
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.printercontroller.impl
CashAmountEnteredEvent
          This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer.
CashBoxClosedEvent
          This event is raised by the cash box controller component after closing the cash box.
ChangeAmountCalculatedEvent
          This event is raised by the cashdesk application component after having calculated the change amount during cash payment.
RunningTotalChangedEvent
          This event is raised by the cashdesk application component after another item has been scanned, identified and internally added to the current sale.
SaleFinishedEvent
          This event is raised by the cashbox controller component after the cashier signals the end of a sale process (by hitting a key).
SaleStartedEvent
          This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).
SaleSuccessEvent
          This event is send upon success of a sale
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.scannercontroller
ProductBarcodeScannedEvent
          This event is raised by the scanner controller component after the barcode scanner read a barcode.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.cashdesk.scannercontroller.impl
ProductBarcodeScannedEvent
          This event is raised by the scanner controller component after the barcode scanner read a barcode.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.coordinator
SaleRegisteredEvent
          This event is raised by the cashdesk application component when a sale is finished and registered in the inventory.
 

Classes in org.cocome.tradingsystem.cashdeskline.events used by org.cocome.tradingsystem.cashdeskline.coordinator.impl
SaleRegisteredEvent
          This event is raised by the cashdesk application component when a sale is finished and registered in the inventory.