|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--server.Move
Bundles together information about a change of state in a BoardGame. Sent by AbstractBoardGame to its Observers. This is the only class of object that is sent between the client and the server.
AbstractBoardGame.set(int, int, tictactoe.Player)
,
Container.update(java.awt.Graphics)
, Serialized FormField Summary | |
int |
col
|
char |
mark
|
int |
row
|
Constructor Summary | |
Move(int col,
int row,
char mark)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public final int col
public final int row
public final char mark
Constructor Detail |
public Move(int col, int row, char mark)
Method Detail |
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |