Package sudoku
Class Teacher.InspectChildDigitsMsg
- java.lang.Object
-
- sudoku.Teacher.InspectChildDigitsMsg
-
- All Implemented Interfaces:
SharedProtocols.InspectionProtocol
,Teacher.Protocol
- Enclosing class:
- Teacher
public static class Teacher.InspectChildDigitsMsg extends Object implements Teacher.Protocol, SharedProtocols.InspectionProtocol
Message commanding the Teacher to inspect it's Players' digits.
-
-
Constructor Summary
Constructors Constructor Description InspectChildDigitsMsg(akka.actor.typed.ActorRef<Sudoku> replyTo)
-