|
-footer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventHandler | |
|---|---|
| garrettsmith.blackjack | Provides classes for playing a game of blackjack. |
| garrettsmith.blackjack.refimpl |
Provides for using the blackjack framework via the console and serves as an example implementation of
EventHandler. |
| Uses of EventHandler in garrettsmith.blackjack |
|---|
| Methods in garrettsmith.blackjack with parameters of type EventHandler | |
|---|---|
Hand |
Move.execute(Hand hand,
EventHandler handler,
CardList dealerCards)
Executes the move; should only be invoked internally by the framework. |
void |
Blackjack.playGame(EventHandler handler,
double wager)
Plays one game of blackjack betting wager and using handler
to determine how the player's hand is played. |
| Uses of EventHandler in garrettsmith.blackjack.refimpl |
|---|
| Classes in garrettsmith.blackjack.refimpl that implement EventHandler | |
|---|---|
class |
TextPlayer
Provides for playing Blackjack via the console. |
|
-footer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||