public class BidLog
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BidLog.BidLogEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanLog() |
static BidLog |
getInstance() |
BidLog.BidLogEntry |
getLastBid() |
void |
setLastEntry(BidLog.BidLogEntry entry) |
public static BidLog getInstance()
public BidLog.BidLogEntry getLastBid()
public void setLastEntry(BidLog.BidLogEntry entry)
public void cleanLog()