market.stdform
Class FSSellerCustomerTable
java.lang.Object
|
+--market.stdform.FSSellerCustomerTable
- public class FSSellerCustomerTable
- extends Object
This FormSheet displays the customers who are waiting at the till in a table,
with the customer who waits the longest time at the top.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSSellerCustomerTable
public FSSellerCustomerTable()
getCustomerTable
public static SingleTableFormSheet getCustomerTable(StoringStock ss)
- Parameters:
ss
- the StoringStock containing the waiting customers in form of SICustomer
.
- Returns:
- the customer table.