edu.cuny.cat.event
Class IdAssignedEvent

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

public class IdAssignedEvent
extends AuctionEvent

An event used on client side notifying an id assigned by the cat server to a client.

Version:
$Revision: 1.7 $
Author:
Jinzhong Niu

Field Summary
protected  java.lang.String id
           
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
IdAssignedEvent(java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
           
 
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

id

protected java.lang.String id
Constructor Detail

IdAssignedEvent

public IdAssignedEvent(java.lang.String id)
Method Detail

getId

public java.lang.String getId()