jopt.csp.util
Interface DoubleIntervalSetListener


public interface DoubleIntervalSetListener

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


Method Summary
 void intervalAdded(int callback, double start, double end)
           
 void intervalRemoved(int callback, double start, double end)
           
 

Method Detail

intervalAdded

public void intervalAdded(int callback,
                          double start,
                          double end)

intervalRemoved

public void intervalRemoved(int callback,
                            double start,
                            double end)