Package sudoku
Class SudokuSupervisor.IterationFinishedMsg
- java.lang.Object
-
- sudoku.SudokuSupervisor.IterationFinishedMsg
-
- All Implemented Interfaces:
SudokuSupervisor.Protocol
- Enclosing class:
- SudokuSupervisor
public static class SudokuSupervisor.IterationFinishedMsg extends Object implements SudokuSupervisor.Protocol
Message received from the Teacher on every iteration's finish, containing new solution of the Sudoku riddle.
-
-
Field Summary
Fields Modifier and Type Field Description Sudoku
_newSolution
-
Constructor Summary
Constructors Constructor Description IterationFinishedMsg(Sudoku newSolution)
-