public abstract class SolverPhaseLifecycleListenerAdapter extends SolverLifecycleListenerAdapter implements SolverPhaseLifecycleListener
Constructor and Description |
---|
SolverPhaseLifecycleListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
phaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
stepEnded(AbstractStepScope stepScope) |
void |
stepStarted(AbstractStepScope stepScope) |
solvingEnded, solvingStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
solvingEnded, solvingStarted
public void phaseStarted(AbstractSolverPhaseScope phaseScope)
phaseStarted
in interface SolverPhaseLifecycleListener
public void stepStarted(AbstractStepScope stepScope)
stepStarted
in interface SolverPhaseLifecycleListener
public void stepEnded(AbstractStepScope stepScope)
stepEnded
in interface SolverPhaseLifecycleListener
public void phaseEnded(AbstractSolverPhaseScope phaseScope)
phaseEnded
in interface SolverPhaseLifecycleListener
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.