public interface SolverPhaseLifecycleListener extends SolverLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
phaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
stepEnded(AbstractStepScope stepScope) |
void |
stepStarted(AbstractStepScope stepScope) |
solvingEnded, solvingStarted
void phaseStarted(AbstractSolverPhaseScope phaseScope)
void stepStarted(AbstractStepScope stepScope)
void stepEnded(AbstractStepScope stepScope)
void phaseEnded(AbstractSolverPhaseScope phaseScope)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.