spellcast.game
Class GameLog

java.lang.Object
  extended by spellcast.game.GameLog

public class GameLog
extends java.lang.Object

The game log contains a transcript of the spellcast game.

Author:
Barrie Treloar

Constructor Summary
GameLog()
           
 
Method Summary
 void log(java.lang.String message)
           
 void logRoundHeader(Game theGame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameLog

public GameLog()
Method Detail

log

public void log(java.lang.String message)

logRoundHeader

public void logRoundHeader(Game theGame)


Copyright © 2001-2005 Spellcast. All Rights Reserved.