Interface ExhaustiveSearchPhaseLifecycleListener<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Superinterfaces:
EventListener, SolverLifecycleListener<Solution_>
All Known Implementing Classes:
ExhaustiveSearchDecider

public interface ExhaustiveSearchPhaseLifecycleListener<Solution_> extends SolverLifecycleListener<Solution_>