|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cuny.cat.event.AuctionEvent
edu.cuny.cat.event.IdAssignedEvent
public class IdAssignedEvent
An event used on client side notifying an id assigned by the cat server to a client.
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 |
---|
protected java.lang.String id
Constructor Detail |
---|
public IdAssignedEvent(java.lang.String id)
Method Detail |
---|
public java.lang.String getId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |