uk.ac.liv.auction.event
Class ShoutPlacedEvent

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

public class ShoutPlacedEvent
extends AuctionEvent

Version:
$Revision: 1.2 $
Author:
Steve Phelps

Field Summary
protected  Shout shout
           
protected  int time
           
 
Fields inherited from class uk.ac.liv.auction.event.AuctionEvent
auction
 
Constructor Summary
ShoutPlacedEvent(Auction auction, int time, Shout shout)
           
 
Method Summary
 Shout getShout()
           
 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

time

protected int time

shout

protected Shout shout
Constructor Detail

ShoutPlacedEvent

public ShoutPlacedEvent(Auction auction,
                        int time,
                        Shout shout)
Method Detail

getShout

public Shout getShout()

getTime

public int getTime()