public class SelectionCacheLifecycleBridge extends Object implements PhaseLifecycleListener
| Modifier and Type | Field and Description |
|---|---|
protected SelectionCacheType |
cacheType |
protected SelectionCacheLifecycleListener |
selectionCacheLifecycleListener |
| Constructor and Description |
|---|
SelectionCacheLifecycleBridge(SelectionCacheType cacheType,
SelectionCacheLifecycleListener selectionCacheLifecycleListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
phaseEnded(AbstractPhaseScope phaseScope) |
void |
phaseStarted(AbstractPhaseScope phaseScope) |
void |
solvingEnded(DefaultSolverScope solverScope) |
void |
solvingStarted(DefaultSolverScope solverScope) |
void |
stepEnded(AbstractStepScope stepScope) |
void |
stepStarted(AbstractStepScope stepScope) |
String |
toString() |
protected final SelectionCacheType cacheType
protected final SelectionCacheLifecycleListener selectionCacheLifecycleListener
public SelectionCacheLifecycleBridge(SelectionCacheType cacheType, SelectionCacheLifecycleListener selectionCacheLifecycleListener)
public void solvingStarted(DefaultSolverScope solverScope)
solvingStarted in interface SolverLifecycleListenerpublic 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 PhaseLifecycleListenerpublic void solvingEnded(DefaultSolverScope solverScope)
solvingEnded in interface SolverLifecycleListenerCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.