chesspresso.position
Interface PositionChangeListener

All Known Implementing Classes:
Game, GameTextViewer

public interface PositionChangeListener


Method Summary
 void notifyMoveDone(ImmutablePosition position, short move)
           
 void notifyMoveUndone(ImmutablePosition position)
           
 void notifyPositionChanged(ImmutablePosition position)
           
 

Method Detail

notifyPositionChanged

public void notifyPositionChanged(ImmutablePosition position)

notifyMoveDone

public void notifyMoveDone(ImmutablePosition position,
                           short move)

notifyMoveUndone

public void notifyMoveUndone(ImmutablePosition position)