org.ninm.games.cardgames.belot
Class DealingState

java.lang.Object
  |
  +--org.ninm.games.cardgames.belot.StateAdapter
        |
        +--org.ninm.games.cardgames.belot.DealingState
All Implemented Interfaces:
State

public class DealingState
extends StateAdapter

This is the state the game is in when the bidding is complete and the game is about to go into the playing state

Version:
1.0
Author:
Nikolay

Field Summary
 
Fields inherited from class org.ninm.games.cardgames.belot.StateAdapter
m_belotEngine
 
Constructor Summary
DealingState(BelotEngine belotEngine)
          Constructor DealingState.
 
Method Summary
 void start()
          starts the logic of this state!
 
Methods inherited from class org.ninm.games.cardgames.belot.StateAdapter
announceTrick, bidMade, getAllowedBids, getAllowedCards, getAllowedTricks, playCard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DealingState

public DealingState(BelotEngine belotEngine)
Constructor DealingState.

Parameters:
belotEngine -
Method Detail

start

public void start()
Description copied from interface: State
starts the logic of this state!


SourceForge.net Logo