edu.cuny.cat.event
Class SubscriptionEvent
java.lang.Object
edu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.SubscriptionEvent
- All Implemented Interfaces:
- edu.cuny.event.Event<AuctionEventListener>, java.lang.Cloneable
public class SubscriptionEvent
- extends AuctionEvent
- implements java.lang.Cloneable
An event notifying of the subscription of a trader/specialist to the
information on activities at a specialist.
- Version:
- $Revision: 1.10 $
- Author:
- Jinzhong Niu
Constructor Summary |
SubscriptionEvent(java.lang.String subscriberId,
java.lang.String specialistId)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
subscriberId
protected java.lang.String subscriberId
specialistId
protected java.lang.String specialistId
SubscriptionEvent
public SubscriptionEvent(java.lang.String subscriberId,
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
getSubscriberId
public java.lang.String getSubscriberId()
getSpecialistId
public java.lang.String getSpecialistId()
toString
public java.lang.String toString()
- Overrides:
toString
in class AuctionEvent