Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class SolverEventSupport<Solution_> extends AbstractEventSupport<SolverEventListener<Solution_>>
eventListenerSet
Constructor and Description |
---|
SolverEventSupport(Solver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
fireBestSolutionChanged(DefaultSolverScope<Solution_> solverScope,
Solution_ newBestSolution) |
addEventListener, removeEventListener
public void fireBestSolutionChanged(DefaultSolverScope<Solution_> solverScope, Solution_ newBestSolution)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.