|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SudokuGridListener
Defines the callbacks that can be implemented to listen to events from a SudokuGridModel.
SudokuGridModel
Method Summary | |
---|---|
void |
cellModified(SudokuGridEvent ev)
Fired when a cell in the Sudoku grid is updated to a new value |
void |
restart(SudokuGridEvent ev)
Fired when a cell in the Sudoku grid is resolved for the first time to a specific value |
Method Detail |
---|
void restart(SudokuGridEvent ev)
ev
- an event containing the cell which is resolved along with the value it now hasvoid cellModified(SudokuGridEvent ev)
ev
- an event containing the cell which is updated along with the value it now has
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |