jopt.csp.spi.arcalgorithm.graph.node
Interface NodeChangeListener

All Known Implementing Classes:
GenericBooleanNode, GenericNumNode, GenericNumSummationArc, NodeArcGraphImpl

public interface NodeChangeListener

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


Method Summary
 void nodeChange(NodeChangeEvent ev)
          Method invoked by node when a node change event is fired
 

Method Detail

nodeChange

public void nodeChange(NodeChangeEvent ev)
Method invoked by node when a node change event is fired