Uses of Interface
com.asdf.plugins.pokergames.GameInfo

Packages that use GameInfo
com.asdf.plugins.pokergames In-built pokergame implementation. 
com.asdf.plugins.pokergames.texasholdem.bots   
 

Uses of GameInfo in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return GameInfo
 GameInfo PlayerInfo.getGameInfo()
          Get the context of the last action made by this player.
 

Methods in com.asdf.plugins.pokergames with parameters of type GameInfo
 void Player.gameStartEvent(GameInfo arg0, int seat)
           
 

Uses of GameInfo in com.asdf.plugins.pokergames.texasholdem.bots
 

Methods in com.asdf.plugins.pokergames.texasholdem.bots with parameters of type GameInfo
 void Bananabot.gameStartEvent(GameInfo gInfo, int seat)
          A new game has been started.