Class LocalSearchPhaseLifecycleListenerAdapter<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.solver.event.SolverLifecycleListenerAdapter<Solution_>
ai.timefold.solver.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Implemented Interfaces:
LocalSearchPhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>,EventListener
- Direct Known Subclasses:
AbstractAcceptor,AbstractFinalistPodium,AbstractLocalSearchForager
public abstract class LocalSearchPhaseLifecycleListenerAdapter<Solution_>
extends SolverLifecycleListenerAdapter<Solution_>
implements LocalSearchPhaseLifecycleListener<Solution_>
An adapter for
LocalSearchPhaseLifecycleListener.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidphaseEnded(LocalSearchPhaseScope<Solution_> phaseScope) voidphaseStarted(LocalSearchPhaseScope<Solution_> phaseScope) voidstepEnded(LocalSearchStepScope<Solution_> stepScope) voidstepStarted(LocalSearchStepScope<Solution_> stepScope) Methods inherited from class ai.timefold.solver.core.impl.solver.event.SolverLifecycleListenerAdapter
solvingEnded, solvingStartedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Constructor Details
-
LocalSearchPhaseLifecycleListenerAdapter
public LocalSearchPhaseLifecycleListenerAdapter()
-
-
Method Details
-
phaseStarted
- Specified by:
phaseStartedin interfaceLocalSearchPhaseLifecycleListener<Solution_>
-
stepStarted
- Specified by:
stepStartedin interfaceLocalSearchPhaseLifecycleListener<Solution_>
-
stepEnded
- Specified by:
stepEndedin interfaceLocalSearchPhaseLifecycleListener<Solution_>
-
phaseEnded
- Specified by:
phaseEndedin interfaceLocalSearchPhaseLifecycleListener<Solution_>
-