Uses of Class
sudoku.Timer.CreateMsg
-
-
Uses of Timer.CreateMsg in sudoku
Methods in sudoku with parameters of type Timer.CreateMsg Modifier and Type Method Description static akka.actor.typed.Behavior<Timer.Protocol>Timer. create(Timer.CreateMsg msg)Public method that calls private constructor.Constructors in sudoku with parameters of type Timer.CreateMsg Constructor Description Timer(akka.actor.typed.javadsl.ActorContext<Timer.Protocol> context, Timer.CreateMsg msg)Private constructor called only by CreateMsg.
-