org.cocome.tradingsystem.cashdeskline.events
Class SaleStartedEvent

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

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

This event is raised by the cashbox controller component after the cashier signals the beginning of a sale process (by hitting a key).

See Also:
Serialized Form

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

Constructor Detail

SaleStartedEvent

public SaleStartedEvent()