com.webstersmalley.chessweb.game
Interface GameSession


public interface GameSession

A session of a particular game. Holds meta information such as who is playing in it, when was it started etc.

Author:
Matthew Smalley

Method Summary
 long getCreated()
          When was it created.
 PlayableGame getGame()
          The game type.
 java.util.Map getPlayerMap()
          The map of players (in Team, Player format).
 

Method Detail

getGame

PlayableGame getGame()
The game type.

Returns:
the game.

getCreated

long getCreated()
When was it created.

Returns:
when it was created.

getPlayerMap

java.util.Map getPlayerMap()
The map of players (in Team, Player format).

Returns:
the map of the players.


Copyright © 2005 Webster Smalley. All Rights Reserved.