public class PhaseLifecycleSupport<Solution_> extends AbstractEventSupport<PhaseLifecycleListener<Solution_>>
eventListenerSet
Constructor and Description |
---|
PhaseLifecycleSupport() |
Modifier and Type | Method and Description |
---|---|
void |
firePhaseEnded(AbstractPhaseScope<Solution_> phaseScope) |
void |
firePhaseStarted(AbstractPhaseScope<Solution_> phaseScope) |
void |
fireSolvingEnded(DefaultSolverScope<Solution_> solverScope) |
void |
fireSolvingStarted(DefaultSolverScope<Solution_> solverScope) |
void |
fireStepEnded(AbstractStepScope<Solution_> stepScope) |
void |
fireStepStarted(AbstractStepScope<Solution_> stepScope) |
addEventListener, removeEventListener
public void fireSolvingStarted(DefaultSolverScope<Solution_> solverScope)
public void firePhaseStarted(AbstractPhaseScope<Solution_> phaseScope)
public void fireStepStarted(AbstractStepScope<Solution_> stepScope)
public void fireStepEnded(AbstractStepScope<Solution_> stepScope)
public void firePhaseEnded(AbstractPhaseScope<Solution_> phaseScope)
public void fireSolvingEnded(DefaultSolverScope<Solution_> solverScope)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.