|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to enable Container to speak to the outside entity that manages the container.
Method Summary | |
void |
activate(boolean status)
If container is activated or deactivated, this interface is notified. |
void |
announceStatus(Status status)
Status for the container is announced. |
java.lang.String |
getTableName()
Knows info about table. |
java.lang.String |
getTableType()
Knows info about table. |
void |
leaveTable()
When user declares to leave the table. |
void |
sendCommand(Command com)
This method enables the kombatSolitaire plugin (via Container) to deliver a command to the server. |
void |
wonGame()
When user has won the game. |
Method Detail |
public void sendCommand(Command com)
com
- Command to be sent.public java.lang.String getTableName()
public java.lang.String getTableType()
public void activate(boolean status)
status
- booleanpublic void announceStatus(Status status)
status
- Status of the game.public void leaveTable()
public void wonGame()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |