|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--au.com.solidsoftware.multimahjong.shared.MiniPlayer
MiniPlayer is a minimal representation of a player used for transmitting between the MMC and MMS via RMI. It is just a data structure and as such, it just contains a constructor to initialise the data and public fields to store the data.
| Field Summary | |
int |
iconID
The ID of the icon of the player. |
java.lang.String |
ownerName
The name of the player. |
| Constructor Summary | |
MiniPlayer(java.lang.String name,
int iconID)
Initialises the name and icon ID of the player. |
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public java.lang.String ownerName
public int iconID
| Constructor Detail |
public MiniPlayer(java.lang.String name,
int iconID)
name - the name of the playername - the icon ID of the player
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||