jopt.csp.spi.arcalgorithm.domain
Interface DomainChangeListener

All Known Implementing Classes:
AbstractNode.DomainListener

public interface DomainChangeListener

Interface to implement in order to receive events generated by a domain


Method Summary
 void choicePointPop()
          Method invoked by domain when a choice point pop occurs
 void choicePointPush()
          Method invoked by domain when a choice point push occurs
 void domainChange(DomainChangeEvent ev)
          Method invoked by domain when a domain change event is fired
 

Method Detail

domainChange

public void domainChange(DomainChangeEvent ev)
                  throws jopt.csp.variable.PropagationFailureException
Method invoked by domain when a domain change event is fired

Throws:
jopt.csp.variable.PropagationFailureException

choicePointPop

public void choicePointPop()
Method invoked by domain when a choice point pop occurs


choicePointPush

public void choicePointPush()
Method invoked by domain when a choice point push occurs