edu.cuny.cat.event
Class RoundOpenedEvent

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

public class RoundOpenedEvent
extends AuctionEvent

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

Version:
$Revision: 1.8 $
Author:
Steve Phelps

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

RoundOpenedEvent

public RoundOpenedEvent()