Blackjack

Serialized Form


Package com.amoebacode.blackjack

Class com.amoebacode.blackjack.Blackjack implements Serializable

Serialized Fields

isApplication

boolean isApplication
Indicates whether the program is run as an application


Package com.amoebacode.blackjack.event

Class com.amoebacode.blackjack.event.BasicStrategyEvent implements Serializable

Serialized Fields

playerScore

java.lang.String playerScore
The player score corresponding to the event

dealerScore

int dealerScore
The dealer score corresponding to the event

correctMove

java.lang.String correctMove
The correct move corresponding to the event

Class com.amoebacode.blackjack.event.BlackjackEvent implements Serializable


Blackjack

Copyright © 2002 amoebacode.com.