public class SolverEventSupport<Solution_ extends Solution> extends AbstractEventSupport<SolverEventListener<Solution_>>
eventListenerSet
Constructor and Description |
---|
SolverEventSupport(DefaultSolver<Solution_> solver) |
Modifier and Type | Method and Description |
---|---|
void |
fireBestSolutionChanged(Solution_ newBestSolution,
int newUninitializedVariableCount) |
addEventListener, removeEventListener
public SolverEventSupport(DefaultSolver<Solution_> solver)
public void fireBestSolutionChanged(Solution_ newBestSolution, int newUninitializedVariableCount)
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.