|
|||||||||
| 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.AvailableMarketsAnnouncedEvent
public class AvailableMarketsAnnouncedEvent
An event announcing the list of specialists in the game.
| Field Summary | |
|---|---|
protected java.util.Collection<Specialist> |
markets
|
| Fields inherited from class edu.cuny.cat.event.AuctionEvent |
|---|
time |
| Constructor Summary | |
|---|---|
AvailableMarketsAnnouncedEvent(java.util.Collection<Specialist> markets)
|
|
| Method Summary | |
|---|---|
java.util.Collection<Specialist> |
getMarkets()
|
| 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 java.util.Collection<Specialist> markets
| Constructor Detail |
|---|
public AvailableMarketsAnnouncedEvent(java.util.Collection<Specialist> markets)
| Method Detail |
|---|
public java.util.Collection<Specialist> getMarkets()
Specialists.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||