|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IParticipant defines the standard API for a round participant, including access to the collection of hands.
| Method Summary | |
boolean |
allHandsBlackjack()
Indicates whether all hands for this participant have blackjack. |
void |
clear()
Removes each of this participant's hands from the table. |
IHand |
getFirstHand()
Returns the first hand for this participant. |
int |
getNumberOfHands()
Returns the number of hands being controlled by this participant. |
void |
setupFirstHand()
Sets up the first hand for this participant (called at the beginning of the round) and notifies the GUI listeners. |
| Methods inherited from interface com.amoebacode.blackjack.core.IGameObject |
addEventListener, getGame, getParent |
| Method Detail |
public void clear()
public void setupFirstHand()
public IHand getFirstHand()
public boolean allHandsBlackjack()
public int getNumberOfHands()
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||