Package sudoku
Class Table.AcceptNegotiationsResultsMsg
- java.lang.Object
-
- sudoku.Table.NegotiationsMsg
-
- sudoku.Table.AcceptNegotiationsResultsMsg
-
- All Implemented Interfaces:
SharedProtocols.NegotiationsProtocol
,Table.Protocol
- Enclosing class:
- Table
public static class Table.AcceptNegotiationsResultsMsg extends Table.NegotiationsMsg
Message telling that the Player accepted negotiations results.
-
-
Field Summary
Fields Modifier and Type Field Description int
_acceptedDigit
-
Fields inherited from class sudoku.Table.NegotiationsMsg
_iterationId, _playerId, _replyTo
-
-
Constructor Summary
Constructors Constructor Description AcceptNegotiationsResultsMsg(int acceptedDigit, akka.actor.typed.ActorRef<Player.Protocol> replyTo, int playerId, int iterationId)
-
-
-
Constructor Detail
-
AcceptNegotiationsResultsMsg
public AcceptNegotiationsResultsMsg(int acceptedDigit, akka.actor.typed.ActorRef<Player.Protocol> replyTo, int playerId, int iterationId)
-
-