|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.amoebacode.blackjack.display.action.TurnOverCardAction
TurnOverCardAction turns over the second dealer card (called when all player hands have finished).
| Field Summary | |
private DealerHandDisplay |
hand
The dealer hand to reveal |
| Constructor Summary | |
TurnOverCardAction(DealerHandDisplay hand)
Default public constructor. |
|
| Method Summary | |
void |
performAction()
Turns over the dealer hold card. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private DealerHandDisplay hand
| Constructor Detail |
public TurnOverCardAction(DealerHandDisplay hand)
hand - the DealerHandDisplay to reveal| Method Detail |
public void performAction()
performAction in interface QueueableAction
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||