Class SolverEventSupport<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.solver.event.AbstractEventSupport<SolverEventListener<Solution_>>
-
- org.optaplanner.core.impl.solver.event.SolverEventSupport<Solution_>
-
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
public class SolverEventSupport<Solution_> extends AbstractEventSupport<SolverEventListener<Solution_>>
Internal API.
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupport
eventListenerSet
-
-
Constructor Summary
Constructors Constructor Description SolverEventSupport(Solver<Solution_> solver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fireBestSolutionChanged(SolverScope<Solution_> solverScope, Solution_ newBestSolution)
-
Methods inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupport
addEventListener, removeEventListener
-
-
-
-
Method Detail
-
fireBestSolutionChanged
public void fireBestSolutionChanged(SolverScope<Solution_> solverScope, Solution_ newBestSolution)
-
-