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 Summary
Constructors - 
Method Summary
Modifier 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.AbstractEventSupport
addEventListener, getEventListeners, removeEventListener 
- 
Constructor Details
- 
PhaseLifecycleSupport
public PhaseLifecycleSupport() 
 - 
 - 
Method Details
- 
fireSolvingStarted
 - 
firePhaseStarted
 - 
fireStepStarted
 - 
fireStepEnded
 - 
firePhaseEnded
 - 
fireSolvingEnded
 - 
fireSolvingError
 
 -