OptaPlanner core 6.0.0.CR4

org.optaplanner.core.impl.phase.event
Class SolverPhaseLifecycleSupport

java.lang.Object
  extended by org.drools.core.event.AbstractEventSupport<SolverPhaseLifecycleListener>
      extended by org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleSupport
All Implemented Interfaces:
Externalizable, Serializable

public class SolverPhaseLifecycleSupport
extends org.drools.core.event.AbstractEventSupport<SolverPhaseLifecycleListener>

Internal API.

See Also:
Serialized Form

Constructor Summary
SolverPhaseLifecycleSupport()
           
 
Method Summary
 void firePhaseEnded(AbstractSolverPhaseScope phaseScope)
           
 void firePhaseStarted(AbstractSolverPhaseScope phaseScope)
           
 void fireSolvingEnded(DefaultSolverScope solverScope)
           
 void fireSolvingStarted(DefaultSolverScope solverScope)
           
 void fireStepEnded(AbstractStepScope stepScope)
           
 void fireStepStarted(AbstractStepScope stepScope)
           
 
Methods inherited from class org.drools.core.event.AbstractEventSupport
addEventListener, clear, getEventListeners, getEventListenersIterator, isEmpty, readExternal, removeEventListener, removeEventListener, size, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolverPhaseLifecycleSupport

public SolverPhaseLifecycleSupport()
Method Detail

fireSolvingStarted

public void fireSolvingStarted(DefaultSolverScope solverScope)

firePhaseStarted

public void firePhaseStarted(AbstractSolverPhaseScope phaseScope)

fireStepStarted

public void fireStepStarted(AbstractStepScope stepScope)

fireStepEnded

public void fireStepEnded(AbstractStepScope stepScope)

firePhaseEnded

public void firePhaseEnded(AbstractSolverPhaseScope phaseScope)

fireSolvingEnded

public void fireSolvingEnded(DefaultSolverScope solverScope)

OptaPlanner core 6.0.0.CR4

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.