com.asdf.plugins.pokergames.texasholdem
Class TexasGameController

java.lang.Object
  extended by com.asdf.common.GameController
      extended by com.asdf.plugins.pokergames.PokerGameController
          extended by com.asdf.plugins.pokergames.texasholdem.TexasGameController
All Implemented Interfaces:
MessageHandler

public class TexasGameController
extends PokerGameController


Field Summary
 
Fields inherited from class com.asdf.plugins.pokergames.PokerGameController
gameInfo
 
Constructor Summary
TexasGameController()
           
 
Method Summary
 void start()
          Starts Texas Hold'em game client.
 
Methods inherited from class com.asdf.plugins.pokergames.PokerGameController
addBot, addPlayer, getAccountName, getGameInfo, getHasNextAction, getNextAction, getNextAmount, getOurPlayer, getPlayers, getThis, getVisibleHands, handleRequest, handleResponse, handleStateUpdate, init, playerBack, receiveConfirmationForReservation, receiveHand, removePlayer, removePlayer, reserveSeat, sendAction, sendChat, sendChat, sendVoice, setHasNextAction, setNextAction, setNextAction, setNextAmount, standing, updateGameModel, updateGUI, updateGUIBigger, updateSeatAvailable, waitForNextAction, zeroActions
 
Methods inherited from class com.asdf.common.GameController
getConnectionHandler, getGameID, getID, setConnectionHandler, setGameID, setID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TexasGameController

public TexasGameController()
Method Detail

start

public void start()
Starts Texas Hold'em game client.

Specified by:
start in class GameController