Uses of Interface
chesspresso.position.PositionChangeListener

Packages that use PositionChangeListener
chesspresso.game   
chesspresso.game.view   
chesspresso.position   
 

Uses of PositionChangeListener in chesspresso.game
 

Classes in chesspresso.game that implement PositionChangeListener
 class Game
          Abstraction of a chess game.
 

Uses of PositionChangeListener in chesspresso.game.view
 

Classes in chesspresso.game.view that implement PositionChangeListener
 class GameTextViewer
          Textual representation of a game on a panel.
 

Uses of PositionChangeListener in chesspresso.position
 

Fields in chesspresso.position declared as PositionChangeListener
protected  PositionChangeListener[] AbstractMutablePosition.m_changeListeners
           
 

Methods in chesspresso.position with parameters of type PositionChangeListener
 void AbstractMutablePosition.addPositionChangeListener(PositionChangeListener listener)
           
 void AbstractMutablePosition.removePositionChangeListener(PositionChangeListener listener)