org.cocome.tradingsystem.cashdeskline.events
Class CashAmountEnteredEvent

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

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

This event signals the entering of a cash amount at the cash box keyboard after taking cash from the customer. It is raised by the cash box controller component after EVERY key stroke, isFinalInput() is true if the final input is entered.

See Also:
Serialized Form

Constructor Summary
CashAmountEnteredEvent(KeyStroke keystroke)
           
 
Method Summary
 KeyStroke getKeyStroke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CashAmountEnteredEvent

public CashAmountEnteredEvent(KeyStroke keystroke)
Method Detail

getKeyStroke

public KeyStroke getKeyStroke()