public abstract class PhaseLifecycleListenerAdapter extends SolverLifecycleListenerAdapter implements PhaseLifecycleListener
| Constructor and Description |
|---|
PhaseLifecycleListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
phaseEnded(AbstractPhaseScope phaseScope) |
void |
phaseStarted(AbstractPhaseScope phaseScope) |
void |
stepEnded(AbstractStepScope stepScope) |
void |
stepStarted(AbstractStepScope stepScope) |
solvingEnded, solvingStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsolvingEnded, solvingStartedpublic void phaseStarted(AbstractPhaseScope phaseScope)
phaseStarted in interface PhaseLifecycleListenerpublic void stepStarted(AbstractStepScope stepScope)
stepStarted in interface PhaseLifecycleListenerpublic void stepEnded(AbstractStepScope stepScope)
stepEnded in interface PhaseLifecycleListenerpublic void phaseEnded(AbstractPhaseScope phaseScope)
phaseEnded in interface PhaseLifecycleListenerCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.