Package sudoku
Class TimerManager.TimePassedMsg
- java.lang.Object
-
- sudoku.TimerManager.TimePassedMsg
-
- All Implemented Interfaces:
SharedProtocols.TimeMeasurementProtocol
,TimerManager.Protocol
- Enclosing class:
- TimerManager
public static class TimerManager.TimePassedMsg extends Object implements TimerManager.Protocol, SharedProtocols.TimeMeasurementProtocol
Message from the Timer announcing that given time has passed.
-
-
Field Summary
Fields Modifier and Type Field Description akka.actor.typed.ActorRef<Timer.Protocol>
_replyTo
int
_timerId
int
_type
-
Constructor Summary
Constructors Constructor Description TimePassedMsg(int timerId, akka.actor.typed.ActorRef<Timer.Protocol> replyTo, int type)
-
-
-
Field Detail
-
_timerId
public final int _timerId
-
_type
public final int _type
-
_replyTo
public final akka.actor.typed.ActorRef<Timer.Protocol> _replyTo
-
-
Constructor Detail
-
TimePassedMsg
public TimePassedMsg(int timerId, akka.actor.typed.ActorRef<Timer.Protocol> replyTo, int type)
-
-