|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.TraderCheckInEvent
public class TraderCheckInEvent
An event that is fired notifying a trader checked in by the cat server
Field Summary | |
---|---|
protected Trader |
trader
|
Fields inherited from class edu.cuny.cat.event.AuctionEvent |
---|
time |
Constructor Summary | |
---|---|
TraderCheckInEvent(Trader trader)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Trader |
getTrader()
|
Methods inherited from class edu.cuny.cat.event.AuctionEvent |
---|
getDay, getRound, getTick, getTime, notify, setTime, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Trader trader
Constructor Detail |
---|
public TraderCheckInEvent(Trader trader)
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public Trader getTrader()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |