Internet Chess ToolKit
v0.2.0

ictk.boardgame
Interface BoardListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
BoardDisplay, CLIBoardDisplay, CLIChessBoardDisplay
All Known Implementing Classes:
TxChessBoardDisplay

public interface BoardListener
extends java.util.EventListener


Method Summary
 void boardUpdate(Board b, int event)
           
 

Method Detail

boardUpdate

public void boardUpdate(Board b,
                        int event)
Parameters:
b - the board the event occured on.
event - indicates what type of update has occured. (MOVE_EVENT, POSITION_EVENT etc).

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .