|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableList | |
| org.jogre.client | This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller. |
| org.jogre.server | This package contains server specific classes. |
| Uses of TableList in org.jogre.client |
| Fields in org.jogre.client declared as TableList | |
protected TableList |
ClientConnectionThread.tableList
TableList object which should mirror that on the JogreServer. |
| Methods in org.jogre.client that return TableList | |
TableList |
ClientConnectionThread.getTableList()
Return the table list object (should be the same as the server table list). |
| Methods in org.jogre.client with parameters of type TableList | |
void |
ClientConnectionThread.setTableList(TableList tableList)
Update the table list. |
| Uses of TableList in org.jogre.server |
| Fields in org.jogre.server declared as TableList | |
protected TableList |
JogreServer.tableList
List of tables current being played on this server. |
protected TableList |
ServerConnectionThread.tableList
Convience link to the tableList field in the JogreServer object. |
| Methods in org.jogre.server that return TableList | |
TableList |
JogreServer.getTables()
Return the TableList object or table currently being played. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||