|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fate.network.ServerMessage
Simple wrapper class to store incoming messages from clients.
| Field Summary | |
int |
idPlayer
|
GameMessage |
message
|
| Constructor Summary | |
ServerMessage(int idPlayer,
GameMessage message)
Creates new ServerMessage |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int idPlayer
public GameMessage message
| Constructor Detail |
public ServerMessage(int idPlayer,
GameMessage message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||