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