edu.cuny.cat.event
Class ProfitAnnouncedEvent

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

public class ProfitAnnouncedEvent
extends AuctionEvent

Informs the profit a specialist has made so far (till the latest closed trading day). The amount of profit is stored in the account of the specialist.

It is only used on the catp client side.

Version:
$Revision: 1.7 $
Author:
Jinzhong Niu

Field Summary
protected  Specialist specialist
           
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
ProfitAnnouncedEvent(Specialist specialist)
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

specialist

protected Specialist specialist
Constructor Detail

ProfitAnnouncedEvent

public ProfitAnnouncedEvent(Specialist specialist)
Method Detail

getSpecialist

public Specialist getSpecialist()