org.cocome.tradingsystem.cashdeskline.cashdesk.printercontroller
Interface PrinterControllerEventHandlerIf

All Known Implementing Classes:
PrinterControllerEventHandlerImpl

public interface PrinterControllerEventHandlerIf

This interface defines event handlers related to printer-relevant topics during process sale

Author:
Holger Klus

Method Summary
 void onEvent(CashAmountEnteredEvent cashAmountEnteredEvent)
           
 void onEvent(CashBoxClosedEvent cashBoxClosedEvent)
           
 void onEvent(ChangeAmountCalculatedEvent changeAmountCalculatedEvent)
           
 void onEvent(RunningTotalChangedEvent runningTotalChangedEvent)
           
 void onEvent(SaleFinishedEvent saleFinishedEvent)
           
 void onEvent(SaleStartedEvent saleStartedEvent)
           
 void onEvent(SaleSuccessEvent saleSuccessEvent)
           
 

Method Detail

onEvent

void onEvent(RunningTotalChangedEvent runningTotalChangedEvent)

onEvent

void onEvent(CashAmountEnteredEvent cashAmountEnteredEvent)

onEvent

void onEvent(ChangeAmountCalculatedEvent changeAmountCalculatedEvent)

onEvent

void onEvent(SaleStartedEvent saleStartedEvent)

onEvent

void onEvent(SaleFinishedEvent saleFinishedEvent)

onEvent

void onEvent(CashBoxClosedEvent cashBoxClosedEvent)

onEvent

void onEvent(SaleSuccessEvent saleSuccessEvent)