|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Requests coming from a Table GUI element.
| Method Summary | |
void |
gameOver(Table tbl,
Status stat)
Contact the server with our latest status information. |
void |
resetGameInterface(Table tbl)
When a table is restarted, this method is called. |
void |
sendCommand(Command sc)
Send a command to the server for processing. |
void |
tableCompleted(Table table)
When a GUI completes a table, this method is called. |
| Method Detail |
public void tableCompleted(Table table)
table - the table being completed.public void resetGameInterface(Table tbl)
tbl - the Table being restarted.
public void gameOver(Table tbl,
Status stat)
tbl - ks.common.Tablestat - ks.common.Statuspublic void sendCommand(Command sc)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||