Package sudoku
Class Player.MemorisedDigitsRequestMsg
- java.lang.Object
-
- sudoku.Player.MemorisedDigitsRequestMsg
-
- All Implemented Interfaces:
Player.Protocol
,SharedProtocols.InspectionProtocol
- Enclosing class:
- Player
public static class Player.MemorisedDigitsRequestMsg extends Object implements Player.Protocol, SharedProtocols.InspectionProtocol
Message - request for memorised Digits and Masks for given Table IDs by the Player. Used for inspection performed by the Teacher and tests.
-
-
Field Summary
Fields Modifier and Type Field Description akka.actor.typed.ActorRef<Teacher.Protocol>
_replyTo
int[]
_tableIds
-
Constructor Summary
Constructors Constructor Description MemorisedDigitsRequestMsg(akka.actor.typed.ActorRef<Teacher.Protocol> replyTo, int[] tableIds)
-
-
-
Field Detail
-
_replyTo
public final akka.actor.typed.ActorRef<Teacher.Protocol> _replyTo
-
_tableIds
public final int[] _tableIds
-
-
Constructor Detail
-
MemorisedDigitsRequestMsg
public MemorisedDigitsRequestMsg(akka.actor.typed.ActorRef<Teacher.Protocol> replyTo, int[] tableIds)
-
-