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.AbstractEventSupporteventListenerSet
 
- 
 - 
Constructor SummaryConstructors Constructor Description PhaseLifecycleSupport()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfirePhaseEnded(AbstractPhaseScope<Solution_> phaseScope)voidfirePhaseStarted(AbstractPhaseScope<Solution_> phaseScope)voidfireSolvingEnded(SolverScope<Solution_> solverScope)voidfireSolvingStarted(SolverScope<Solution_> solverScope)voidfireStepEnded(AbstractStepScope<Solution_> stepScope)voidfireStepStarted(AbstractStepScope<Solution_> stepScope)- 
Methods inherited from class org.optaplanner.core.impl.solver.event.AbstractEventSupportaddEventListener, removeEventListener
 
- 
 
- 
- 
- 
Method Detail- 
fireSolvingStartedpublic void fireSolvingStarted(SolverScope<Solution_> solverScope) 
 - 
firePhaseStartedpublic void firePhaseStarted(AbstractPhaseScope<Solution_> phaseScope) 
 - 
fireStepStartedpublic void fireStepStarted(AbstractStepScope<Solution_> stepScope) 
 - 
fireStepEndedpublic void fireStepEnded(AbstractStepScope<Solution_> stepScope) 
 - 
firePhaseEndedpublic void firePhaseEnded(AbstractPhaseScope<Solution_> phaseScope) 
 - 
fireSolvingEndedpublic void fireSolvingEnded(SolverScope<Solution_> solverScope) 
 
- 
 
-