Package sudoku
Class Player.RejectOfferMsg
- java.lang.Object
-
- sudoku.Player.NegotiationsMsg
-
- sudoku.Player.RejectOfferMsg
-
- All Implemented Interfaces:
Player.Protocol
,SharedProtocols.NegotiationsProtocol
- Enclosing class:
- Player
public static class Player.RejectOfferMsg extends Player.NegotiationsMsg
Message received when Player's offer is rejected, requesting for new offer.
-
-
Field Summary
Fields Modifier and Type Field Description int
_rejectedDigit
-
Fields inherited from class sudoku.Player.NegotiationsMsg
_iterationId, _replyTo, _tableId
-
-
Constructor Summary
Constructors Constructor Description RejectOfferMsg(int rejectedDigit, akka.actor.typed.ActorRef<Table.Protocol> replyTo, int tableId, int iterationId)
-
-
-
Constructor Detail
-
RejectOfferMsg
public RejectOfferMsg(int rejectedDigit, akka.actor.typed.ActorRef<Table.Protocol> replyTo, int tableId, int iterationId)
-
-