uk.ac.liv.auction.event
Class AgentPolledEvent

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

public class AgentPolledEvent
extends AuctionEvent

Version:
$Revision: 1.2 $
Author:
Steve Phelps

Field Summary
protected  TradingAgent agent
           
 
Fields inherited from class uk.ac.liv.auction.event.AuctionEvent
auction
 
Constructor Summary
AgentPolledEvent(Auction auction, TradingAgent agent)
           
 
Method Summary
 TradingAgent getAgent()
           
 
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

agent

protected TradingAgent agent
Constructor Detail

AgentPolledEvent

public AgentPolledEvent(Auction auction,
                        TradingAgent agent)
Method Detail

getAgent

public TradingAgent getAgent()