Package com.webkitchen.brainathlon.data

Contains classes that hold application data shared by multiple components

See:
          Description

Class Summary
Configuration Handles reading and writing to the XML configuration files
FinalScore Contains the final score for a course in the game
PlayerData Contains the necessary data to add a new player to the game - Created by NewPlayerUI and passed into Application to create the actual Player object
PlayerMonitorList<T extends IPlayerMonitor> A collection of players and linked monitors that the courses package up and send to the UI
 

Package com.webkitchen.brainathlon.data Description

Contains classes that hold application data shared by multiple components