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
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
Copyright © 2002 amoebacode.com.