Uses of Interface
sudoku.Timer.Protocol
-
-
Uses of Timer.Protocol in sudoku
Classes in sudoku that implement Timer.Protocol Modifier and Type Class Description static classTimer.CreateMsgMessage creating the agent, as well as starting the countdown.Fields in sudoku with type parameters of type Timer.Protocol Modifier and Type Field Description akka.actor.typed.ActorRef<Timer.Protocol>TimerManager.TimePassedMsg. _replyToMethods in sudoku that return types with arguments of type Timer.Protocol Modifier and Type Method Description static akka.actor.typed.Behavior<Timer.Protocol>Timer. create(Timer.CreateMsg msg)Public method that calls private constructor.akka.actor.typed.javadsl.Receive<Timer.Protocol>Timer. createReceive()Main method controlling incoming messages.Constructor parameters in sudoku with type arguments of type Timer.Protocol Constructor Description TimePassedMsg(int timerId, akka.actor.typed.ActorRef<Timer.Protocol> replyTo, int type)Timer(akka.actor.typed.javadsl.ActorContext<Timer.Protocol> context, Timer.CreateMsg msg)Private constructor called only by CreateMsg.
-