Interface ExhaustiveSearchPhaseLifecycleListener<Solution_>
- Type Parameters:
 Solution_- the solution type, the class with thePlanningSolutionannotation
- All Superinterfaces:
 EventListener,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
 ExhaustiveSearchDecider
public interface ExhaustiveSearchPhaseLifecycleListener<Solution_>
extends SolverLifecycleListener<Solution_>
- 
Method Summary
Modifier and TypeMethodDescriptionvoidphaseEnded(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidphaseStarted(ExhaustiveSearchPhaseScope<Solution_> phaseScope) voidstepEnded(ExhaustiveSearchStepScope<Solution_> stepScope) voidstepStarted(ExhaustiveSearchStepScope<Solution_> stepScope) Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted 
- 
Method Details
- 
phaseStarted
 - 
stepStarted
 - 
stepEnded
 - 
phaseEnded
 
 -