Class SolverLifecycleListenerAdapter<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.solver.event.SolverLifecycleListenerAdapter<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Implemented Interfaces:
SolverLifecycleListener<Solution_>,EventListener
- Direct Known Subclasses:
ConstructionHeuristicPhaseLifecycleListenerAdapter,LocalSearchPhaseLifecycleListenerAdapter,PhaseLifecycleListenerAdapter
public abstract class SolverLifecycleListenerAdapter<Solution_>
extends Object
implements SolverLifecycleListener<Solution_>
An adapter for
SolverLifecycleListener.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsolvingEnded(SolverScope<Solution_> solverScope) voidsolvingStarted(SolverScope<Solution_> solverScope) Methods 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
solvingError
-
Constructor Details
-
SolverLifecycleListenerAdapter
public SolverLifecycleListenerAdapter()
-
-
Method Details
-
solvingStarted
- Specified by:
solvingStartedin interfaceSolverLifecycleListener<Solution_>
-
solvingEnded
- Specified by:
solvingEndedin interfaceSolverLifecycleListener<Solution_>
-