uk.ac.liv.auction.event
Class RoundClosedEvent

java.lang.Object
  extended byuk.ac.liv.auction.event.AuctionEvent
      extended byuk.ac.liv.auction.event.RoundClosedEvent

public class RoundClosedEvent
extends AuctionEvent

Version:
$Revision: 1.2 $
Author:
Steve Phelps

Field Summary
protected  Auction auction
           
protected  int time
           
 
Constructor Summary
RoundClosedEvent(Auction auction, int time)
           
 
Method Summary
 int getTime()
           
 
Methods inherited from class uk.ac.liv.auction.event.AuctionEvent
getAuction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auction

protected Auction auction

time

protected int time
Constructor Detail

RoundClosedEvent

public RoundClosedEvent(Auction auction,
                        int time)
Method Detail

getTime

public int getTime()