org.vizzini.ui.game.boardgame
Class GridBoardUIText
java.lang.Object
org.vizzini.ui.game.AbstractEnvironmentUIText
org.vizzini.ui.game.boardgame.GridBoardUIText
- All Implemented Interfaces:
- IScoreListener, IStateListener, IGridBoardUI, IEnvironmentUI, IListener
public class GridBoardUIText
- extends AbstractEnvironmentUIText
- implements IGridBoardUI
Provides functionality for text grid board environment user interfaces in the
game framework.
- Since:
- v0.1
- Version:
- v0.2
- Author:
- Jeffrey M. Thompson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridBoardUIText
public GridBoardUIText()
setNullToken
public void setNullToken(String string)
- Set the null token string.
- Parameters:
string
- The new null token string.- Since:
- v0.1
stateChange
public void stateChange(StateEvent event)
- Respond to state change events.
- Specified by:
stateChange
in interface IStateListener
- Since:
- v0.1
writeBoard
public void writeBoard(IGridBoard board,
PrintStream out)
- Write the given board to standard out.
- Parameters:
board
- The board to write.- Since:
- v0.1
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |