|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WaitingCard
Method Summary | |
---|---|
boolean |
clickOn(MCard card)
Called to specify the card chosen for the current action by the handed player |
void |
finished()
Called when this action is finished (aborted or completed). |
boolean |
manualSkip()
Called by the handed player when he/she wants to skip/abort this action. |
boolean |
succeedClickOn(MCard card)
This function should be called by the 'clickOn' caller in case of the specified card has been handled during the checking validity of this click in the clickOn(MCard) function. |
Method Detail |
---|
boolean clickOn(MCard card)
card
- the clicked card by the handed player for the current action
boolean succeedClickOn(MCard card)
clickOn(MCard)
function.
card
- the card that was clicked and successfuly handled by the
clickOn(MCard)
function.
void finished()
Waiting
finished
in interface Waiting
boolean manualSkip()
Waiting
manualSkip
in interface Waiting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |