net.sourceforge.jasa.event
Class RoundClosingEvent

java.lang.Object
  extended by SimEvent
      extended by net.sourceforge.jasa.event.MarketEvent
          extended by net.sourceforge.jasa.event.RoundClosingEvent

public class RoundClosingEvent
extends MarketEvent

An event that is fired at the end of each round, but before round-ending processing.

 

Field Summary
protected  Market auction
           
 
Fields inherited from class net.sourceforge.jasa.event.MarketEvent
pTime, time
 
Constructor Summary
RoundClosingEvent(Market auction, int time)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.jasa.event.MarketEvent
getAuction, getPhysicalTime, getTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

auction

protected Market auction
Constructor Detail

RoundClosingEvent

public RoundClosingEvent(Market auction,
                         int time)