jopt.csp.util
Interface DoubleSparseSetListener


public interface DoubleSparseSetListener

Interface that can be implemented by a class that wishes to be notified of addition and removal of values from a double set


Method Summary
 void valueAdded(int callback, double val)
           
 void valueRemoved(int callback, double val)
           
 

Method Detail

valueAdded

public void valueAdded(int callback,
                       double val)

valueRemoved

public void valueRemoved(int callback,
                         double val)