|
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.UpdateBalanceLabelAction
UpdateBalanceLabelAction updates the label the tracks the player's current cash balance.
| Field Summary | |
private GameDisplay |
gameDisplay
The current game being displayed |
| Constructor Summary | |
UpdateBalanceLabelAction(GameDisplay gameDisplay)
Default public constructor. |
|
| Method Summary | |
void |
performAction()
Updates the player's cash balance (called at the end of every round). |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private GameDisplay gameDisplay
| Constructor Detail |
public UpdateBalanceLabelAction(GameDisplay gameDisplay)
gameDisplay - the current GameDisplay| 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 | ||||||||