chesspresso.game
Interface GameListener

All Known Implementing Classes:
GameTextViewer, HTMLGameBrowser

public interface GameListener

Listener for moves made on games.

Version:
$Revision: 1.1 $
Author:
Bernhard Seybold

Method Summary
 void notifyLineEnd(int level)
           
 void notifyLineStart(int level)
           
 void notifyMove(Move move, short[] nags, java.lang.String comment, int plyNumber, int level)
           
 

Method Detail

notifyMove

public void notifyMove(Move move,
                       short[] nags,
                       java.lang.String comment,
                       int plyNumber,
                       int level)

notifyLineStart

public void notifyLineStart(int level)

notifyLineEnd

public void notifyLineEnd(int level)