Uses of Class
ai.timefold.solver.core.api.solver.event.BestSolutionChangedEvent
-
Packages that use BestSolutionChangedEvent Package Description ai.timefold.solver.core.api.solver.event Event listeners forSolver. -
-
Uses of BestSolutionChangedEvent in ai.timefold.solver.core.api.solver.event
Methods in ai.timefold.solver.core.api.solver.event with parameters of type BestSolutionChangedEvent Modifier and Type Method Description voidSolverEventListener. bestSolutionChanged(BestSolutionChangedEvent<Solution_> event)Called once every time when a betterPlanningSolutionis found.
-