|
|||||||||
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.ProfitAnnouncedEvent
public class ProfitAnnouncedEvent
Informs the profit a specialist has made so far (till the latest closed trading day). The amount of profit is stored in the account of the specialist.
It is only used on the catp client side.
Field Summary | |
---|---|
protected Specialist |
specialist
|
Fields inherited from class edu.cuny.cat.event.AuctionEvent |
---|
time |
Constructor Summary | |
---|---|
ProfitAnnouncedEvent(Specialist specialist)
|
Method Summary | |
---|---|
Specialist |
getSpecialist()
|
Methods inherited from class edu.cuny.cat.event.AuctionEvent |
---|
getDay, getRound, getTick, getTime, notify, setTime, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Specialist specialist
Constructor Detail |
---|
public ProfitAnnouncedEvent(Specialist specialist)
Method Detail |
---|
public Specialist getSpecialist()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |