public interface SudokuGridListener extends EventListener
SudokuGridModel
Modifier and Type | Method and Description |
---|---|
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
|
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 hasCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.