|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WaitingAction
Method Summary | |
---|---|
boolean |
clickOn(JChoosenAction action)
Called to specify the triggered 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(JChoosenAction action)
This function should be called by the 'clickOn' caller in case of the specified action has been handled during the checking validity of this click in the clickOn(JChoosenAction) function. |
Method Detail |
---|
boolean clickOn(JChoosenAction action)
action
- the clicked action
boolean succeedClickOn(JChoosenAction action)
clickOn(JChoosenAction)
function.
action
- the action that was clicked and successfuly handled by the
clickOn(JChoosenAction)
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 |