|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.liv.auction.event.AuctionEvent
uk.ac.liv.auction.event.TransactionExecutedEvent
| Field Summary | |
protected Shout |
ask
|
protected Shout |
bid
|
protected double |
price
|
protected int |
quantity
|
protected int |
time
|
| Fields inherited from class uk.ac.liv.auction.event.AuctionEvent |
auction |
| Constructor Summary | |
TransactionExecutedEvent(Auction auction,
int time,
Shout ask,
Shout bid,
double price,
int quantity)
|
|
| Method Summary | |
Shout |
getAsk()
|
Shout |
getBid()
|
double |
getPrice()
|
int |
getQuantity()
|
int |
getTime()
|
| Methods inherited from class uk.ac.liv.auction.event.AuctionEvent |
getAuction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int time
protected Shout ask
protected Shout bid
protected double price
protected int quantity
| Constructor Detail |
public TransactionExecutedEvent(Auction auction,
int time,
Shout ask,
Shout bid,
double price,
int quantity)
| Method Detail |
public Shout getAsk()
public Shout getBid()
public double getPrice()
public int getQuantity()
public int getTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||