|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpictionary.message.StartDrawData
public class StartDrawData
The data contained in the MessageData
of a Message
sent to a player when it is the player's time to draw.
Field Summary | |
---|---|
java.lang.String |
theWord
The word the player should attempt to draw. |
int |
timeLimit
The amount of time, in seconds, the player can draw before the time is up. |
Constructor Summary | |
---|---|
StartDrawData(java.lang.String theWord,
int timeLimit)
The constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String theWord
public final int timeLimit
Constructor Detail |
---|
public StartDrawData(java.lang.String theWord, int timeLimit)
theWord
- The word to draw, see theWord
.timeLimit
- The time limit, see timeLimit
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |