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