|
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.DrawNetGainAction
DrawNetGainAction displays the net gain for its player hand.
| Field Summary | |
private PlayerHandDisplay |
hand
The current hand display |
private int |
netGain
The net gain to display |
| Constructor Summary | |
DrawNetGainAction(PlayerHandDisplay hand,
int netGain)
Default public constructor. |
|
| Method Summary | |
void |
performAction()
Displays the net gain to the player for the current hand. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private PlayerHandDisplay hand
private int netGain
| Constructor Detail |
public DrawNetGainAction(PlayerHandDisplay hand,
int netGain)
hand - the current PlayerHandDisplaynetGain - the int net gain to display| 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 | ||||||||