Class SolverLifecycleListenerAdapter<Solution_>
java.lang.Object
org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- All Implemented Interfaces:
EventListener
,SolverLifecycleListener<Solution_>
- Direct Known Subclasses:
ConstructionHeuristicPhaseLifecycleListenerAdapter
,LocalSearchPhaseLifecycleListenerAdapter
,PhaseLifecycleListenerAdapter
public abstract class SolverLifecycleListenerAdapter<Solution_>
extends Object
implements SolverLifecycleListener<Solution_>
An adapter for
SolverLifecycleListener
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
solvingEnded
(SolverScope<Solution_> solverScope) void
solvingStarted
(SolverScope<Solution_> solverScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingError
-
Constructor Details
-
SolverLifecycleListenerAdapter
public SolverLifecycleListenerAdapter()
-
-
Method Details
-
solvingStarted
- Specified by:
solvingStarted
in interfaceSolverLifecycleListener<Solution_>
-
solvingEnded
- Specified by:
solvingEnded
in interfaceSolverLifecycleListener<Solution_>
-