edu.cuny.cat.event
Class RegistrationEvent
java.lang.Object
  
edu.cuny.cat.event.AuctionEvent
      
edu.cuny.cat.event.RegistrationEvent
- All Implemented Interfaces: 
 - edu.cuny.event.Event<AuctionEventListener>, java.lang.Cloneable
 
public class RegistrationEvent
- extends AuctionEvent
- implements java.lang.Cloneable
  
An event notifying the registration of a trader with a specialist.
- Version:
 
  - $Revision: 1.9 $
 
- Author:
 
  - Kai Cai
 
 
 
| 
Constructor Summary | 
RegistrationEvent(java.lang.String traderId,
                  java.lang.String specialistId)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
traderId
protected java.lang.String traderId
specialistId
protected java.lang.String specialistId
RegistrationEvent
public RegistrationEvent(java.lang.String traderId,
                         java.lang.String specialistId)
clone
public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
- Overrides:
 clone in class java.lang.Object
 
- Throws:
 java.lang.CloneNotSupportedException
 
getTraderId
public java.lang.String getTraderId()
 
 
getSpecialistId
public java.lang.String getSpecialistId()
 
 
toString
public java.lang.String toString()
- Overrides:
 toString in class AuctionEvent