Package | Description |
---|---|
org.drools.examples.sudoku.swing |
Modifier and Type | Method and Description |
---|---|
void |
SudokuGridView.cellModified(SudokuGridEvent ev) |
void |
SudokuGridListener.cellModified(SudokuGridEvent ev)
Fired when a cell in the Sudoku grid is updated to a new value
|
protected void |
AbstractSudokuGridModel.fireCellUpdatedEvent(SudokuGridEvent ev) |
protected void |
AbstractSudokuGridModel.fireRestartEvent(SudokuGridEvent ev) |
void |
SudokuGridView.restart(SudokuGridEvent ev) |
void |
SudokuGridListener.restart(SudokuGridEvent ev)
Fired when a cell in the Sudoku grid is resolved for the first time to a specific value
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.