edu.cuny.cat.event
Class TraderCheckInEvent

java.lang.Object
  extended by edu.cuny.cat.event.AuctionEvent
      extended by edu.cuny.cat.event.TraderCheckInEvent
All Implemented Interfaces:
edu.cuny.event.Event<AuctionEventListener>, java.lang.Cloneable

public class TraderCheckInEvent
extends AuctionEvent
implements java.lang.Cloneable

An event that is fired notifying a trader checked in by the cat server

Version:
$Revision: 1.10 $
Author:
Kai Cai

Field Summary
protected  Trader trader
           
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
TraderCheckInEvent(Trader trader)
           
 
Method Summary
 java.lang.Object clone()
           
 Trader getTrader()
           
 
Methods inherited from class edu.cuny.cat.event.AuctionEvent
getDay, getRound, getTick, getTime, notify, setTime, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

trader

protected Trader trader
Constructor Detail

TraderCheckInEvent

public TraderCheckInEvent(Trader trader)
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

getTrader

public Trader getTrader()