Class SudokuGridEvent

    • Constructor Detail

      • SudokuGridEvent

        public SudokuGridEvent​(Object source)
      • SudokuGridEvent

        public SudokuGridEvent​(Object source,
                               int row,
                               int col,
                               int value)
    • Method Detail

      • getCol

        public int getCol()
      • getRow

        public int getRow()
      • getValue

        public int getValue()