talx x1.0.5

talx.controller
Class GameLogger

java.lang.Object
  extended bytalx.controller.GameLogger
All Implemented Interfaces:
java.util.EventListener, GameListener

public class GameLogger
extends java.lang.Object
implements GameListener


Field Summary
static java.lang.String TALX_APPLICATION
           
 
Constructor Summary
GameLogger(Controller controller)
           
 
Method Summary
 void localModelChange(GameChangedEvent ev)
          Invoked to signify a change initiated by the local user.
 void remoteModelChange(GameChangedEvent ev)
          Invoked to signify a change initiated by the remote user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TALX_APPLICATION

public static final java.lang.String TALX_APPLICATION
See Also:
Constant Field Values
Constructor Detail

GameLogger

public GameLogger(Controller controller)
Throws:
IOException - if finding the gui log throws an IOException.
IllegalLogFormatException - if the log file exists but cannot be parsed.
Method Detail

localModelChange

public void localModelChange(GameChangedEvent ev)
Description copied from interface: GameListener
Invoked to signify a change initiated by the local user.

Specified by:
localModelChange in interface GameListener

remoteModelChange

public void remoteModelChange(GameChangedEvent ev)
Description copied from interface: GameListener
Invoked to signify a change initiated by the remote user.

Specified by:
remoteModelChange in interface GameListener

talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.