jopt.csp.util
Interface IntIntervalSetListener


public interface IntIntervalSetListener

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

Method Detail

intervalAdded

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

intervalRemoved

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