A player sits to the table, creates a new OurPlayer and sends the info to the Server
Should be called only after the player has received confirmation of a successful reservation
Method that places and resizes everything that is located near seat:
smallcards, dealerbutton, reservedbutton, cards, timer, playerseat,
distributed betchips, bet text.
called when a player sends a Check action
updates his, her or its structures accordingly
If that player has something to call, makes that player call instead
called when a player sends a Fold action
updates his, her, or its structures accordingly
I also evoked when the player fails to send an action within given time limits
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.asdf.plugins.pokergames.texasholdem.parser package.
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.asdf.plugins.pokergames.texasholdem.parser
ONE_PAIR -
Variable in class com.asdf.plugins.pokergames.HandEval
returns an sorted collection of all players active in pot, starting with the player with the best hand,
for players with equal hands the one who has invested the least is first
Gets chat messages from the GUI to be send forwards to the server
If the player is playing, uses the name given, otherwise uses accountname if logged in,
or Guest
Little helper who changes this GameModel to have the same values as the given GameModel
Saves that previous state of the model to the lastgameinfo of the previous currentplayer