Uses of Interface
game.gamestorage.IF_SetGameStorage

Packages that use IF_SetGameStorage
bot   
game.gamestorage.texas   
game.gamestorage.texas.db   
 

Uses of IF_SetGameStorage in bot
 

Fields in bot with type parameters of type IF_SetGameStorage
protected  java.util.List<IF_SetGameStorage> Bot.gameStorage
           
 

Uses of IF_SetGameStorage in game.gamestorage.texas
 

Subinterfaces of IF_SetGameStorage in game.gamestorage.texas
 interface IF_SetGameStorageTH
          This interface specifies all for Texas Holdem needed methods
and extends the game independent methods by extending abstract interface IF_SetGameStorage
 

Uses of IF_SetGameStorage in game.gamestorage.texas.db
 

Classes in game.gamestorage.texas.db that implement IF_SetGameStorage
 class SetGameStorageTH_DB
          This class is the "java-side" part of the mapping form Java to database
Responsable for writing to db