edu.cuny.cat.event
Class SpecialistCheckInEvent
java.lang.Object
edu.cuny.cat.event.AuctionEvent
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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
specialist
protected Specialist specialist
SpecialistCheckInEvent
public SpecialistCheckInEvent(Specialist specialist)
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()