Package | Description |
---|---|
casa.auction |
Modifier and Type | Field and Description |
---|---|
private Hashtable<URLDescriptor,Lot> |
AuctionAgent.bids
Manage items currently being bid upon
|
private Hashtable<URLDescriptor,Lot> |
AuctionAgent.lots
Manage the items currently on the block
|
Modifier and Type | Method and Description |
---|---|
Hashtable<URLDescriptor,Lot> |
AuctionAgent.getBids() |
Hashtable<URLDescriptor,Lot> |
AuctionAgent.getLots() |
Modifier and Type | Method and Description |
---|---|
void |
AuctionAgent.addBid(Lot lot) |
void |
AuctionAgent.addLot(Lot lot) |
void |
AuctionAgent.removeBid(Lot lot) |
void |
AuctionAgent.removeLot(Lot lot) |
void |
Lot.update(Lot lot) |