|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ninm.games.cardgames.belot.StateAdapter | +--org.ninm.games.cardgames.belot.DealingState
This is the state the game is in when the bidding is complete and the game is about to go into the playing state
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 |
public DealingState(BelotEngine belotEngine)
belotEngine
- Method Detail |
public void start()
State
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |