jopt.csp.util
Interface FloatIntervalSetListener


public interface FloatIntervalSetListener

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, float start, float end)
           
 void intervalRemoved(int callback, float start, float end)
           
 

Method Detail

intervalAdded

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

intervalRemoved

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