edu.cuny.cat.event
Class SpecialistCheckInEvent

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

public class SpecialistCheckInEvent
extends AuctionEvent
implements java.lang.Cloneable

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

Version:
$Revision: 1.9 $
Author:
Kai Cai

Field Summary
protected  Specialist specialist
           
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
SpecialistCheckInEvent(Specialist specialist)
           
 
Method Summary
 java.lang.Object clone()
           
 Specialist getSpecialist()
           
 
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

specialist

protected Specialist specialist
Constructor Detail

SpecialistCheckInEvent

public SpecialistCheckInEvent(Specialist specialist)
Method Detail

clone

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

getSpecialist

public Specialist getSpecialist()