uk.co.keang.sudoku
Interface GridChangeListener

All Known Implementing Classes:
SolutionPanel

public interface GridChangeListener

Author:
A.G.Docherty

Method Summary
 void gridChanged(GridChangeEvent e)
          Called when the user has changed the values on the grid
 void gridReplaced(Puzzle p)
          Called when the user has requested a new grid
 

Method Detail

gridChanged

void gridChanged(GridChangeEvent e)
                 throws IllegalGridException
Called when the user has changed the values on the grid

Parameters:
e - the grid change event
Throws:
IllegalGridException

gridReplaced

void gridReplaced(Puzzle p)
                  throws IllegalGridException
Called when the user has requested a new grid

Parameters:
e - the new grid
Throws:
IllegalGridException