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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
firePhaseEnded
(AbstractPhaseScope<Solution_> phaseScope) void
firePhaseStarted
(AbstractPhaseScope<Solution_> phaseScope) void
fireSolvingEnded
(SolverScope<Solution_> solverScope) void
fireSolvingError
(SolverScope<Solution_> solverScope, Exception exception) void
fireSolvingStarted
(SolverScope<Solution_> solverScope) void
fireStepEnded
(AbstractStepScope<Solution_> stepScope) void
fireStepStarted
(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
-