edu.cuny.cat.event
Class RoundClosedEvent

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

public class RoundClosedEvent
extends AuctionEvent

An event that is fired when a round is closed.

Version:
$Revision: 1.9 $
Author:
Steve Phelps

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

RoundClosedEvent

public RoundClosedEvent()