org.optaplanner.core.impl.phase.event
public class SolverPhaseLifecycleSupport extends org.drools.core.event.AbstractEventSupport<SolverPhaseLifecycleListener>
Constructor and Description |
---|
SolverPhaseLifecycleSupport() |
Modifier and Type | Method and Description |
---|---|
void |
firePhaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
firePhaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
fireSolvingEnded(DefaultSolverScope solverScope) |
void |
fireSolvingStarted(DefaultSolverScope solverScope) |
void |
fireStepEnded(AbstractStepScope stepScope) |
void |
fireStepStarted(AbstractStepScope stepScope) |
public void fireSolvingStarted(DefaultSolverScope solverScope)
public void firePhaseStarted(AbstractSolverPhaseScope phaseScope)
public void fireStepStarted(AbstractStepScope stepScope)
public void fireStepEnded(AbstractStepScope stepScope)
public void firePhaseEnded(AbstractSolverPhaseScope phaseScope)
public void fireSolvingEnded(DefaultSolverScope solverScope)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.