uk.ac.liv.auction.event
Class AuctionClosedEvent

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

public class AuctionClosedEvent
extends AuctionEvent

Version:
$Revision: 1.2 $
Author:
Steve Phelps

Field Summary
 
Fields inherited from class uk.ac.liv.auction.event.AuctionEvent
auction
 
Constructor Summary
AuctionClosedEvent(Auction auction)
           
 
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
 

Constructor Detail

AuctionClosedEvent

public AuctionClosedEvent(Auction auction)