public class SudokuGridEvent extends EventObject
source
Constructor and Description |
---|
SudokuGridEvent(Object source) |
SudokuGridEvent(Object source,
int row,
int col,
int value) |
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
int |
getRow() |
int |
getValue() |
getSource, toString
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.