org.optaplanner.core.impl.constructionheuristic.event
Class ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
java.lang.Object
org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
org.optaplanner.core.impl.constructionheuristic.event.ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
- All Implemented Interfaces:
- EventListener, ConstructionHeuristicSolverPhaseLifecycleListener, SolverLifecycleListener
- Direct Known Subclasses:
- AbstractConstructionHeuristicForager
public class ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
- extends SolverLifecycleListenerAdapter
- implements ConstructionHeuristicSolverPhaseLifecycleListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
public ConstructionHeuristicSolverPhaseLifecycleListenerAdapter()
phaseStarted
public void phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope)
- Specified by:
phaseStarted in interface ConstructionHeuristicSolverPhaseLifecycleListener
stepStarted
public void stepStarted(ConstructionHeuristicStepScope stepScope)
- Specified by:
stepStarted in interface ConstructionHeuristicSolverPhaseLifecycleListener
stepEnded
public void stepEnded(ConstructionHeuristicStepScope stepScope)
- Specified by:
stepEnded in interface ConstructionHeuristicSolverPhaseLifecycleListener
phaseEnded
public void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
- Specified by:
phaseEnded in interface ConstructionHeuristicSolverPhaseLifecycleListener
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.