Class PhaseLifecycleSupport<Solution_>
- java.lang.Object
 - 
- org.optaplanner.core.impl.solver.event.AbstractEventSupport<PhaseLifecycleListener<Solution_>>
 - 
- org.optaplanner.core.impl.phase.event.PhaseLifecycleSupport<Solution_>
 
 
 
- 
public class PhaseLifecycleSupport<Solution_> extends AbstractEventSupport<PhaseLifecycleListener<Solution_>>
Internal API. 
- 
- 
Field Summary
- 
Fields inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupport
eventListenerSet 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PhaseLifecycleSupport() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfirePhaseEnded(AbstractPhaseScope<Solution_> phaseScope)voidfirePhaseStarted(AbstractPhaseScope<Solution_> phaseScope)voidfireSolvingEnded(SolverScope<Solution_> solverScope)voidfireSolvingError(SolverScope<Solution_> solverScope, Exception exception)voidfireSolvingStarted(SolverScope<Solution_> solverScope)voidfireStepEnded(AbstractStepScope<Solution_> stepScope)voidfireStepStarted(AbstractStepScope<Solution_> stepScope)- 
Methods inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupport
addEventListener, removeEventListener 
 - 
 
 - 
 
- 
- 
Method Detail
- 
fireSolvingStarted
public void fireSolvingStarted(SolverScope<Solution_> solverScope)
 
- 
firePhaseStarted
public void firePhaseStarted(AbstractPhaseScope<Solution_> phaseScope)
 
- 
fireStepStarted
public void fireStepStarted(AbstractStepScope<Solution_> stepScope)
 
- 
fireStepEnded
public void fireStepEnded(AbstractStepScope<Solution_> stepScope)
 
- 
firePhaseEnded
public void firePhaseEnded(AbstractPhaseScope<Solution_> phaseScope)
 
- 
fireSolvingEnded
public void fireSolvingEnded(SolverScope<Solution_> solverScope)
 
- 
fireSolvingError
public void fireSolvingError(SolverScope<Solution_> solverScope, Exception exception)
 
 - 
 
 -