Blackjack

com.amoebacode.blackjack.core
Interface IDealer

All Superinterfaces:
IGameObject, IParticipant
All Known Implementing Classes:
Dealer

public interface IDealer
extends IParticipant

IDealer defines the standard API for a round dealer, including access to the dealer hand.

Version:
0.9
Author:
Jason Gurney

Method Summary
 void completeHand()
          Completes the dealer hand (called when all players have finished).
 IDealerHand getDealerHand()
          Returns the hand for this dealer.
 
Methods inherited from interface com.amoebacode.blackjack.core.IParticipant
allHandsBlackjack, clear, getFirstHand, getNumberOfHands, setupFirstHand
 
Methods inherited from interface com.amoebacode.blackjack.core.IGameObject
addEventListener, getGame, getParent
 

Method Detail

completeHand

public void completeHand()
Completes the dealer hand (called when all players have finished).

getDealerHand

public IDealerHand getDealerHand()
Returns the hand for this dealer.
Returns:
this dealer's IDealerHand

Blackjack

Copyright © 2002 amoebacode.com.