Package sudoku
Class Table.WithdrawOfferMsg
- java.lang.Object
-
- sudoku.Table.NegotiationsMsg
-
- sudoku.Table.WithdrawOfferMsg
-
- All Implemented Interfaces:
SharedProtocols.NegotiationsProtocol
,Table.Protocol
- Enclosing class:
- Table
public static class Table.WithdrawOfferMsg extends Table.NegotiationsMsg
Message received when the Player withdraws it's present offer.
-
-
Field Summary
Fields Modifier and Type Field Description int
_withdrawnDigit
-
Fields inherited from class sudoku.Table.NegotiationsMsg
_iterationId, _playerId, _replyTo
-
-
Constructor Summary
Constructors Constructor Description WithdrawOfferMsg(int withdrawnDigit, akka.actor.typed.ActorRef<Player.Protocol> replyTo, int playerId, int iterationId)
-
-
-
Constructor Detail
-
WithdrawOfferMsg
public WithdrawOfferMsg(int withdrawnDigit, akka.actor.typed.ActorRef<Player.Protocol> replyTo, int playerId, int iterationId)
-
-