edu.cuny.cat.event
Class DayClosedEvent

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

public class DayClosedEvent
extends AuctionEvent

An event that is fired at the end of every trading period.

Version:
$Revision: 1.10 $
Author:
Steve Phelps

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

DayClosedEvent

public DayClosedEvent()