org.ninm.games.cardgames.belot
Class StartState

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

public final class StartState
extends StateAdapter

Represents the initial dealing state.

Version:
1.0
Author:
Nikolay

Field Summary
 
Fields inherited from class org.ninm.games.cardgames.belot.StateAdapter
m_belotEngine
 
Constructor Summary
StartState(BelotEngine belotEngine)
           
 
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

StartState

public StartState(BelotEngine belotEngine)
Method Detail

start

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


SourceForge.net Logo