|
|||||||||
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.GameStartingEvent
public class GameStartingEvent
An event that is fired when a cat game is starting.
Field Summary | |
---|---|
protected int |
dayLen
|
protected int |
roundLen
|
Fields inherited from class edu.cuny.cat.event.AuctionEvent |
---|
time |
Constructor Summary | |
---|---|
GameStartingEvent()
|
|
GameStartingEvent(int daylen,
int roundlen)
|
Method Summary | |
---|---|
int |
getDayLen()
|
int |
getRoundLen()
|
void |
setDayLen(int dayLen)
|
void |
setRoundLen(int roundLen)
|
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 int dayLen
protected int roundLen
Constructor Detail |
---|
public GameStartingEvent()
public GameStartingEvent(int daylen, int roundlen)
Method Detail |
---|
public int getDayLen()
public void setDayLen(int dayLen)
public int getRoundLen()
public void setRoundLen(int roundLen)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |