edu.cuny.cat.event
Class FeesAnnouncedEvent
java.lang.Object
  
edu.cuny.cat.event.AuctionEvent
      
edu.cuny.cat.event.FeesAnnouncedEvent
- All Implemented Interfaces: 
 - edu.cuny.event.Event<AuctionEventListener>, java.lang.Cloneable
 
public class FeesAnnouncedEvent
- extends AuctionEvent
- implements java.lang.Cloneable
  
 An event announcing the price list of the specified specialist in the game.
 
- Version:
 
  - $Revision: 1.14 $
 
- Author:
 
  - Kai Cai
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
specialist
protected Specialist specialist
FeesAnnouncedEvent
public FeesAnnouncedEvent(Specialist specialist)
clone
public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
- Overrides:
 clone in class java.lang.Object
 
- Throws:
 java.lang.CloneNotSupportedException
 
getFees
public double[] getFees()
 
 
getSpecialist
public Specialist getSpecialist()
 
 
getRegistrationFee
public double getRegistrationFee()
 
 
getInformationFee
public double getInformationFee()
 
 
getShoutFee
public double getShoutFee()
 
 
getTransactionFee
public double getTransactionFee()
 
 
getProfitFee
public double getProfitFee()
 
 
toString
public java.lang.String toString()
- Overrides:
 toString in class AuctionEvent