uk.ac.liv.auction.event
Class AuctionEvent

java.lang.Object
  extended byuk.ac.liv.auction.event.AuctionEvent
Direct Known Subclasses:
AgentPolledEvent, AuctionClosedEvent, AuctionOpenEvent, EndOfDayEvent, RoundClosedEvent, ShoutPlacedEvent, TransactionExecutedEvent

public abstract class AuctionEvent
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Steve Phelps

Field Summary
protected  Auction auction
           
 
Constructor Summary
AuctionEvent(Auction auction)
           
 
Method Summary
 Auction 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
Constructor Detail

AuctionEvent

public AuctionEvent(Auction auction)
Method Detail

getAuction

public Auction getAuction()