|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
ks.client.interfaces | All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Client. |
ks.common.view | Core set of classes needed to properly view KombatSolitaire Plugins. |
ks.domain | All classes within this package form the core set of concepts within the KombatSolitaire domain. |
Uses of Status in ks.client.interfaces |
Methods in ks.client.interfaces with parameters of type Status | |
void |
ITableRequests.gameOver(Table tbl,
Status stat)
Contact the server with our latest status information. |
void |
IGameInterface.announceStatus(Status status)
Status for the container is announced. |
Uses of Status in ks.common.view |
Methods in ks.common.view that return Status | |
Status |
Container.getStatus()
Return the current status of the game being played. |
Uses of Status in ks.domain |
Methods in ks.domain that return Status | |
Status |
Match.getBest()
Return winner of table. |
Methods in ks.domain with parameters of type Status | |
void |
Match.addScore(Status s)
Add a user's score to the game. |
Constructors in ks.domain with parameters of type Status | |
GameStat(Status stat,
boolean inCompetition,
boolean hasWonTable)
GameStat constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |