edu.cuny.cat.event
Class AvailableMarketsAnnouncedEvent

java.lang.Object
  extended by edu.cuny.cat.event.AuctionEvent
      extended by edu.cuny.cat.event.AvailableMarketsAnnouncedEvent
All Implemented Interfaces:
edu.cuny.event.Event<AuctionEventListener>

public class AvailableMarketsAnnouncedEvent
extends AuctionEvent

An event announcing the list of specialists in the game.

Version:
$Revision: 1.9 $
Author:
Kai Cai

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

markets

protected java.util.Collection<Specialist> markets
Constructor Detail

AvailableMarketsAnnouncedEvent

public AvailableMarketsAnnouncedEvent(java.util.Collection<Specialist> markets)
Method Detail

getMarkets

public java.util.Collection<Specialist> getMarkets()
Returns:
a collection of Specialists.