Blackjack

Package com.amoebacode.blackjack.display.action

Interface Summary
QueueableAction QueueableAction is the common interface for all queued display actions.
 

Class Summary
ActionQueue ActionQueue manages a list of display actions, performing them in a first in, first out sequence.
AddCardAction AddCardAction adds a card to a hand, animating its movement from the deck to the hand.
DisplayNetGainAction DisplayNetGainAction cues sound effects that communicate the net gain to the player.
DrawNetGainAction DrawNetGainAction displays the net gain for its player hand.
TurnOverCardAction TurnOverCardAction turns over the second dealer card (called when all player hands have finished).
UpdateBalanceLabelAction UpdateBalanceLabelAction updates the label the tracks the player's current cash balance.
UpdateGameCommandsAction UpdateGameCommandsAction updates the set of game commands that can be currently executed.
UpdateHandCommandsAction UpdateHandCommandsAction updates the set of hands command that can be currently executed.
 


Blackjack

Copyright © 2002 amoebacode.com.