edu.cuny.cat.event
Class SimulationOverEvent

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

public class SimulationOverEvent
extends AuctionEvent

An event that is fired when a simulation is over, which may consist of multiple iterations of game.

Version:
$Revision: 1.7 $
Author:
Jinzhong Niu

Field Summary
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
SimulationOverEvent()
           
 
Method Summary
 
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
 

Constructor Detail

SimulationOverEvent

public SimulationOverEvent()