jopt.csp.spi.solver
Interface ChoicePointEventListener

All Known Implementing Classes:
GenericNumSummationArc

public interface ChoicePointEventListener

Interface to implement in order to receive events related to choice point actions


Method Summary
 void choicePointPop()
          Method invoked when choice point pop event is fired
 void choicePointPush()
          Method invoked when choice point push event is fired
 

Method Detail

choicePointPop

public void choicePointPop()
Method invoked when choice point pop event is fired


choicePointPush

public void choicePointPush()
Method invoked when choice point push event is fired