de.kosi.model.game
Interface GameContainer

All Known Implementing Classes:
TableImpl, Match

public interface GameContainer

Interface that has to be implemented by components that contain a game. It is responsible for handling events, that are handled different for tables and tournaments (complaints etc.).

ChangeLog:

 
 $Log: GameContainer.java,v $
 Revision 1.2  2001/07/04 12:17:12  uid51247
 now the rubber valuations are available to the clients

 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.1  2001/02/21 11:38:47  wombat
 Worked on GameImpl and Board

 

Version:
$Revision: 1.2 $ ($Date: 2001/07/04 12:17:12 $)
Author:
Timo, Niklas, Ole

Method Summary
 void appealToJudge(java.lang.String reason)
          Appeal to a judge.
 void gameFinished(Result result)
          Called by the game when it has just been finished.
 

Method Detail

appealToJudge

public void appealToJudge(java.lang.String reason)
Appeal to a judge. This method gives players the possibility to request a judgement for a game. A reason for this has to be stated.
Parameters:
reason - Reason for calling a judge.

gameFinished

public void gameFinished(Result result)
Called by the game when it has just been finished.
Parameters:
result - The result of the game.