OptaPlanner core 6.2.0.CR2

org.optaplanner.core.impl.phase.event
Class PhaseLifecycleListenerAdapter

java.lang.Object
  extended by org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
      extended by org.optaplanner.core.impl.phase.event.PhaseLifecycleListenerAdapter
All Implemented Interfaces:
EventListener, PhaseLifecycleListener, SolverLifecycleListener
Direct Known Subclasses:
AbstractTermination, BestSolutionRecaller

public abstract class PhaseLifecycleListenerAdapter
extends SolverLifecycleListenerAdapter
implements PhaseLifecycleListener


Constructor Summary
PhaseLifecycleListenerAdapter()
           
 
Method Summary
 void phaseEnded(AbstractPhaseScope phaseScope)
           
 void phaseStarted(AbstractPhaseScope phaseScope)
           
 void stepEnded(AbstractStepScope stepScope)
           
 void stepStarted(AbstractStepScope stepScope)
           
 
Methods inherited from class org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
solvingEnded, solvingStarted
 
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
solvingEnded, solvingStarted
 

Constructor Detail

PhaseLifecycleListenerAdapter

public PhaseLifecycleListenerAdapter()
Method Detail

phaseStarted

public void phaseStarted(AbstractPhaseScope phaseScope)
Specified by:
phaseStarted in interface PhaseLifecycleListener

stepStarted

public void stepStarted(AbstractStepScope stepScope)
Specified by:
stepStarted in interface PhaseLifecycleListener

stepEnded

public void stepEnded(AbstractStepScope stepScope)
Specified by:
stepEnded in interface PhaseLifecycleListener

phaseEnded

public void phaseEnded(AbstractPhaseScope phaseScope)
Specified by:
phaseEnded in interface PhaseLifecycleListener

OptaPlanner core 6.2.0.CR2

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.