public class BidHistory
extends java.lang.Object
Constructor and Description |
---|
BidHistory() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(IBidHistoryListener pListener) |
void |
addMyBid(Bid pBid) |
void |
addOpponentBid(Bid pBid) |
Bid |
getMyBid(int pIndex) |
int |
getMyBidCount() |
Bid |
getMyLastBid() |
Bid |
getOpponentBid(int pIndex) |
int |
getOpponentBidCount() |
Bid |
getOpponentLastBid() |
boolean |
isInsideMyBids(Bid a) |
void |
removeListener(IBidHistoryListener pListener) |
public void addMyBid(Bid pBid)
public int getMyBidCount()
public Bid getMyBid(int pIndex)
public Bid getMyLastBid()
public boolean isInsideMyBids(Bid a)
public void addOpponentBid(Bid pBid)
public int getOpponentBidCount()
public Bid getOpponentBid(int pIndex)
public Bid getOpponentLastBid()
public void addListener(IBidHistoryListener pListener)
public void removeListener(IBidHistoryListener pListener)