Uses of Class
sudoku.TimerManager.NewIterationStartedMsg
-
-
Uses of TimerManager.NewIterationStartedMsg in sudoku
Methods in sudoku with parameters of type TimerManager.NewIterationStartedMsg Modifier and Type Method Description private akka.actor.typed.Behavior<TimerManager.Protocol>TimerManager. onNewIterationStarted(TimerManager.NewIterationStartedMsg msg)TimerManager when asked by the Teacher, creates an agent - Timer to measure some time.
-