Class PhaseLifecycleSupport<Solution_>
java.lang.Object
org.optaplanner.core.impl.solver.event.AbstractEventSupport<PhaseLifecycleListener<Solution_>>
org.optaplanner.core.impl.phase.event.PhaseLifecycleSupport<Solution_>
public final class PhaseLifecycleSupport<Solution_>
extends AbstractEventSupport<PhaseLifecycleListener<Solution_>>
Internal API.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfirePhaseEnded(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.AbstractEventSupportaddEventListener, getEventListeners, removeEventListener
- 
Constructor Details- 
PhaseLifecycleSupportpublic PhaseLifecycleSupport()
 
- 
- 
Method Details- 
fireSolvingStarted
- 
firePhaseStarted
- 
fireStepStarted
- 
fireStepEnded
- 
firePhaseEnded
- 
fireSolvingEnded
- 
fireSolvingError
 
-